Skip to content

Commit 0713cb6

Browse files
committed
fix: edit GitHub actions
1 parent ec06265 commit 0713cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wangdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
git-config-name: wangdoc-bot
2828
git-config-email: [email protected]
2929
repository-name: wangdoc/website
30-
access-token: ${{ secrets.WANGDOC_BOT_TOKEN }}
30+
token: ${{ secrets.WANGDOC_BOT_TOKEN }}
3131
base-branch: main
3232
branch: master # The branch the action should deploy to.
3333
folder: dist # The folder the action should deploy.

0 commit comments

Comments
 (0)