Skip to content

Commit 83a96e3

Browse files
Update deploy workflow with correct secret
1 parent 2589093 commit 83a96e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
- name: Deploy to GitHub Pages
2828
uses: peaceiris/actions-gh-pages@v3
2929
with:
30-
github_token: ${{ secrets.GITHUB_TOKEN }}
30+
github_token: ${{ secrets.GH_PAGES_TOKEN }}
3131
publish_dir: ./dist

0 commit comments

Comments
 (0)