Skip to content

Commit 3ca351b

Browse files
authored
use GITHUB_TOKEN
1 parent 2cc188d commit 3ca351b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
- name: Deploy
2525
uses: peaceiris/actions-gh-pages@v3
2626
with:
27-
github_token: ${{ secrets.PERSONAL_TOKEN }}
28-
publish_dir: ./docs/build/html
27+
github_token: ${{ secrets.GITHUB_TOKEN }}
28+
publish_dir: ./docs/build/html

0 commit comments

Comments
 (0)