Skip to content

Commit cbdfb5d

Browse files
changed personal token to gh token
1 parent c12b45c commit cbdfb5d

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
@@ -96,7 +96,7 @@ jobs:
9696
uses: peaceiris/actions-gh-pages@v4
9797
if: github.ref == 'refs/heads/master'
9898
with:
99-
personal_token: ${{ secrets.DEPLOYMENT_PERSONAL_ACCESS_TOKEN }}
99+
personal_token: ${{ secrets.GITHUB_TOKEN }}
100100
publish_dir: ./site
101101
destination_dir: ./
102102
keep_files: true

0 commit comments

Comments
 (0)