Skip to content

Commit a362fd6

Browse files
authored
Update node.js.yml
1 parent 5c04ae4 commit a362fd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Deploy to GitHub Pages
2727
uses: peaceiris/actions-gh-pages@v3
2828
with:
29-
github_token: ${{ secrets.GITHUB_TOKEN }}
29+
github_token: ${{ secrets.GH_TOKEN }}
3030
# Build output to publish to the `gh-pages` branch:
3131
publish_dir: ./website/build
3232
# Assign commit authorship to the official GH-Actions bot for deploys to `gh-pages` branch:

0 commit comments

Comments
 (0)