Skip to content

Commit 2c78f05

Browse files
committed
fix: update github_token
1 parent 2b9c89d commit 2c78f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
- name: deploy
2727
uses: peaceiris/actions-gh-pages@v3
2828
with:
29-
github_token: ${{ secrets.git_token }}
29+
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
publish_dir: ./example

0 commit comments

Comments
 (0)