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

Commit fd11ed6

Browse files
authored
Revert "You can use GITHUB_TOKEN already provided by Github Actions (#100)" (#101)
This reverts commit 14c185d.
1 parent 14c185d commit fd11ed6

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.GITHUB_TOKEN }}
35+
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
3636
PUBLISH_BRANCH: gh-pages
3737
PUBLISH_DIR: ./gen-docs

0 commit comments

Comments
 (0)