Skip to content

Commit 54add2e

Browse files
committed
ci: fix github action adding valid token
1 parent d52cdbd commit 54add2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-deploy-docs.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@v4
2929
with:
30-
github_token: ${{ secrets.GITHUB_TOKEN }}
30+
github_token: ${{ secrets.DEPLOY_TOKEN }}
3131
publish_dir: ./site

0 commit comments

Comments
 (0)