File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3333 - name : Run a multi-line script
3434 run : |
3535 git clone https://github.com/assumptionsofphysics/autogen autogen
36- git clone https://github.com/assumptionsofphysics/tools tools
36+ git clone https://gcarcassi:${{ secrets.AUTOGEN_TOKEN }}@ github.com/assumptionsofphysics/tools tools
3737 ls -l
3838 python tools/problem-scraper/extractOpenProblems.py autogen/openproblems.yaml book/pm_EnsembleSpaces.tex
3939 cat autogen/openproblems.yaml
4242 git config user.email "gabriele.carcassi@gmail.com"
4343 git add openproblems.yaml
4444 git commit -m "Updating open problems"
45- git push https://x-access-token:${{ secrets.AUTOGEN_TOKEN }} HEAD:main
45+ git push
4646 # Note: the following account information will not work on GHES
4747 # git add generated.txt
4848 # git commit -m "generated"
You can’t perform that action at this time.
0 commit comments