Skip to content

Commit 1f8291d

Browse files
committed
ci(build): use github_token well
1 parent 5a22551 commit 1f8291d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
- name: Deploy
4747
uses: peaceiris/actions-gh-pages@v4
4848
with:
49-
deploy_key: ${{ secrets.GITHUB_TOKEN }}
49+
github_token: ${{ secrets.GITHUB_TOKEN }}
5050
publish_dir: ./site

0 commit comments

Comments
 (0)