Skip to content

Commit 65eceac

Browse files
committed
fix: 修正action权限
1 parent cef2772 commit 65eceac

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
@@ -32,6 +32,6 @@ jobs:
3232
- name: Deploy to GitHub Pages
3333
uses: peaceiris/actions-gh-pages@v3
3434
with:
35-
github_token: ${{ secrets.GITHUB_TOKEN }}
35+
github_token: ${{ secrets.FUCK_ACTION_GITHUB_TOKEN }}
3636
publish_dir: ./dist
3737
force_orphan: true

0 commit comments

Comments
 (0)