We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c04ae4 commit a362fd6Copy full SHA for a362fd6
1 file changed
.github/workflows/node.js.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Deploy to GitHub Pages
27
uses: peaceiris/actions-gh-pages@v3
28
with:
29
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GH_TOKEN }}
30
# Build output to publish to the `gh-pages` branch:
31
publish_dir: ./website/build
32
# Assign commit authorship to the official GH-Actions bot for deploys to `gh-pages` branch:
0 commit comments