Skip to content

Commit 7a16315

Browse files
committed
Update GitHub Pages deployment token to use GH_PAT
1 parent 57a6c6d commit 7a16315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
- name: Deploy to GitHub Pages
4242
uses: peaceiris/actions-gh-pages@v3
4343
with:
44-
github_token: ${{ secrets.GITHUB_TOKEN }}
44+
github_token: ${{ secrets.GH_PAT }}
4545
publish_dir: ./docs/site
4646
force_orphan: true

0 commit comments

Comments
 (0)