ci: fix authentication failure checking projects (#769)
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: "Run update: python configs"
|
- name: "Run update: python configs"
|
||||||
run: nox --force-color -s update_pins
|
run: nox --force-color -s update_pins
|
||||||
- name: "Run update: docs user projects"
|
- 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
|
# we use this step to grab a Github App auth token, so that PRs generated by this workflow
|
||||||
# run the GHA tests.
|
# run the GHA tests.
|
||||||
|
|||||||
Reference in New Issue
Block a user