Skip to content

Commit 47ce99b

Browse files
use pat deploy token
1 parent 6da828c commit 47ce99b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ jobs:
6969
7070
- name: Deploy to GitHub Pages
7171
env:
72-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73-
run: npx gh-pages -d build --repo https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
72+
GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
73+
run: npx gh-pages -d build --repo https://x-access-token:${{ secrets.DEPLOY_TOKEN }}@github.com/${{ github.repository }}.git

0 commit comments

Comments
 (0)