Skip to content

Commit 5023fd7

Browse files
author
lucifer
committed
fix: PERSONAL_TOKEN
1 parent cb90356 commit 5023fd7

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
@@ -37,6 +37,6 @@ jobs:
3737
- name: Deploy
3838
uses: peaceiris/actions-gh-pages@v3
3939
with:
40-
personal_token: ${{ env.PERSONAL_TOKEN }}
40+
personal_token: ${{ secrets.PERSONAL_TOKEN }}
4141
publish_dir: ./build
4242
publish_branch: gh-pages

0 commit comments

Comments
 (0)