Skip to content

Commit d20d982

Browse files
committed
fix: set bot_token
1 parent d353383 commit d20d982

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
with:
1313
npm: true
1414
secrets:
15-
github-token: ${{ secrets.GITHUB_TOKEN }}
15+
github-token: ${{ secrets.BOT_TOKEN }}
1616
npm-token: ${{ secrets.NPM_TOKEN }}

.github/workflows/typedoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Deploy to GitHub pages
2727
uses: JamesIves/github-pages-deploy-action@releases/v4
2828
with:
29-
token: ${{ secrets.GITHUB_TOKEN }}
29+
token: ${{ secrets.BOT_TOKEN }}
3030
branch: gh-pages
3131
folder: docs
3232
clean: true

0 commit comments

Comments
 (0)