Skip to content

Commit f7a4854

Browse files
committed
REF : Using github personal access token to insure github actions bot can deploy to pages
1 parent 02917a5 commit f7a4854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
- name: Deploy to GitHub Pages
3333
uses: peaceiris/actions-gh-pages@v3
3434
with:
35-
github_token: ${{ secrets.GITHUB_TOKEN }}
35+
personal_token: ${{ secrets.GH_PAT }}
3636
publish_dir: ./dist

0 commit comments

Comments
 (0)