Skip to content

Commit 709a359

Browse files
authored
fix: Use correct GH token (#327)
1 parent 79e18fa commit 709a359

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
8383
if: github.ref == 'refs/heads/master'
8484
with:
85-
personal_token: ${{ secrets.DEPLOYMENT_PERSONAL_ACCESS_TOKEN }}
85+
github_token: ${{ secrets.GITHUB_TOKEN }}
8686
publish_dir: ./site
8787
destination_dir: ./
8888
keep_files: false

0 commit comments

Comments
 (0)