Skip to content

Commit 692a98c

Browse files
committed
deploy use same PAT
1 parent afaee9a commit 692a98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
- name: Deploy to GitHub Pages
3737
uses: peaceiris/actions-gh-pages@v4
3838
with:
39-
github_token: ${{ secrets.GH_ACTIONS_TOKEN }}
39+
github_token: ${{ secrets.BYPASS_USER_PAT }}
4040
publish_dir: ./build

0 commit comments

Comments
 (0)