Skip to content

Commit c82390f

Browse files
authored
ci: 👷 no need to pass GITHUB_TOKEN (it was for contributors file) (#203)
# Description Since we run `get_contributors.sh` outside of Quarto, we don't need to give the `GITHUB_TOKEN` to the workflow anymore. Needs a quick review. ## Checklist - [x] Ran `just run-all`
1 parent d938885 commit c82390f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-website.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ jobs:
1313
uses: seedcase-project/.github/.github/workflows/reusable-build-docs.yml@main
1414
secrets:
1515
netlify-token: ${{ secrets.NETLIFY_AUTH_TOKEN }}
16-
# This is to allow using `gh` CLI
17-
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)