From 388ce41451694478b9df887dce190e83266fef90 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 19 Jul 2021 17:23:06 -0400 Subject: [PATCH] ci: fix authentication failure checking projects (#769) --- .github/workflows/update-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 4e7d55d8..1ee0ae71 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -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.