Skip to content

Commit 4de02cb

Browse files
committed
workflow update
1 parent b56ef30 commit 4de02cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
- name: Deploy
2727
uses: peaceiris/actions-gh-pages@v3
2828
with:
29-
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
29+
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
publish_dir: ./example/build/web

0 commit comments

Comments
 (0)