Skip to content

Commit d0dd8df

Browse files
committed
update workflow
1 parent d9cfcc6 commit d0dd8df

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
@@ -29,7 +29,7 @@ jobs:
2929
- name: Deploy to GitHub Pages
3030
uses: peaceiris/actions-gh-pages@v3
3131
with:
32-
github_token: ${{ secrets.GITHUB_TOKEN }}
32+
github_token: ${{ secrets.DEPLOY_TOKEN }}
3333
publish_dir: ./build
3434
publish_branch: main
3535
external_repository: stacchain/stacchain.github.io

0 commit comments

Comments
 (0)