Skip to content

Commit 5af53b1

Browse files
committed
Deploy using GITHUB_TOKEN
1 parent 4d6aa31 commit 5af53b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Upload to GitHub Pages
5151
uses: peaceiris/actions-gh-pages@v3
5252
with:
53-
deploy_key: ${{ secrets.GHPAGES_DEPLOY_KEY }}
53+
github_token: ${{ secrets.GITHUB_TOKEN }}
5454
publish_dir: ./docs/_build/html
5555
exclude_assets: '.buildinfo'
5656
destination_dir: ./latest

0 commit comments

Comments
 (0)