We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GITHUB_TOKEN
github-token
1 parent c8126ad commit 90043faCopy full SHA for 90043fa
.github/workflows/build-website.yml
@@ -8,12 +8,10 @@ on:
8
# Limit token permissions for security
9
permissions: read-all
10
11
-# This is to allow using `gh` CLI
12
-env:
13
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14
-
15
jobs:
16
build-website:
17
uses: seedcase-project/.github/.github/workflows/reusable-build-docs-with-python.yml@main
18
secrets:
19
netlify-token: ${{ secrets.NETLIFY_AUTH_TOKEN }}
+ # This is to allow using `gh` CLI
+ github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments