Skip to content

Commit d72927c

Browse files
committed
Switch docs deploy to GITHUB_TOKEN
1 parent c7d031c commit d72927c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/doc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- name: Deploy Documentation
2626
uses: peaceiris/actions-gh-pages@v3
2727
with:
28-
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
28+
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
publish_branch: gh-pages
3030
publish_dir: ./target/doc

0 commit comments

Comments
 (0)