Skip to content

Commit e94f632

Browse files
committed
chore: use PAT instead of GITHUB_TOKEN
maxheld83/ghpages#18 JamesIves/github-pages-deploy-action#5
1 parent cdc43f4 commit e94f632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
./deploy.sh
2121
env:
2222
GITHUB_PAGE: true
23-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
ACCESS_TOKEN: ${{ secrets.PAT }}
2424
BASE_BRANCH: master
2525
BRANCH: gh-pages
2626
FOLDER: .vuepress/dist

0 commit comments

Comments
 (0)