Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit 14c185d

Browse files
1 parent a6a2f4b commit 14c185d

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
@@ -32,6 +32,6 @@ jobs:
3232
- name: Deploy microsite
3333
uses: peaceiris/actions-gh-pages@v2
3434
env:
35-
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
35+
ACTIONS_DEPLOY_KEY: ${{ secrets.GITHUB_TOKEN }}
3636
PUBLISH_BRANCH: gh-pages
3737
PUBLISH_DIR: ./gen-docs

0 commit comments

Comments
 (0)