Skip to content

Commit e9b8d5c

Browse files
authored
Update testonpush.yml
1 parent e28f314 commit e9b8d5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testonpush.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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
@@ -42,7 +42,7 @@ jobs:
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"

0 commit comments

Comments
 (0)