ci: fix authentication failure checking projects (#769)

This commit is contained in:
Henry Schreiner
2021-07-19 23:23:06 +02:00
committed by GitHub
parent 2016270d0a
commit 388ce41451
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: "Run update: python configs"
run: nox --force-color -s update_pins
- name: "Run update: docs user projects"
run: nox --force-color -s update_proj
run: nox --force-color -s update_proj -- --auth=${{ secrets.GITHUB_TOKEN }}
# we use this step to grab a Github App auth token, so that PRs generated by this workflow
# run the GHA tests.