Skip to content

Commit c68d947

Browse files
authored
Update main.yml
1 parent 59fd125 commit c68d947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ 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.ACTIONS_DEPLOY_KEY }}
3333
publish_dir: ./build

0 commit comments

Comments
 (0)