Skip to content

Commit 2da48cf

Browse files
authored
change github token at deploy GH pages workflows
1 parent fb2734f commit 2da48cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Deploy
2828
uses: peaceiris/actions-gh-pages@v3
2929
with:
30-
github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }}
30+
github_token: ${{ secrets.DOCKER_GITHUB_TOKEN }}
3131
publish_dir: ./build
3232
publish_branch: gh-pages
3333
force_orphan: true

0 commit comments

Comments
 (0)