We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b52d7 commit e629fc0Copy full SHA for e629fc0
.github/workflows/deploy.yaml
@@ -13,7 +13,7 @@ env:
13
NODE_VERSION: 20.x
14
DOCS_FOLDER: docs
15
DOCS_VERSION_PATH: /
16
- GITHUB_TOKEN: ${{ github.token }}
+ GITHUB_TOKEN: ${{secrets.GH_PAT}}
17
18
jobs:
19
pages:
0 commit comments