Skip to content

Commit 8540439

Browse files
authored
fix: update workflows (#6)
1 parent a8d1ca0 commit 8540439

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
with:
1313
npm: true
1414
secrets:
15-
github-token: ${{ secrets.BOT_TOKEN }}
16-
npm-token: ${{ secrets.NPM_BOT_TOKEN }}
15+
github-token: ${{ secrets.GITHUB_TOKEN }}
16+
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.BOT_TOKEN }}
29+
token: ${{ secrets.GITHUB_TOKEN }}
3030
branch: gh-pages
3131
folder: docs
3232
clean: true

0 commit comments

Comments
 (0)