We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GH_TOKEN
gh
1 parent 3b56108 commit a272738Copy full SHA for a272738
1 file changed
.github/workflows/build-website.yml
@@ -8,6 +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
0 commit comments