We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d1ca0 commit 8540439Copy full SHA for 8540439
.github/workflows/release.yml
@@ -12,5 +12,5 @@ jobs:
12
with:
13
npm: true
14
secrets:
15
- github-token: ${{ secrets.BOT_TOKEN }}
16
- npm-token: ${{ secrets.NPM_BOT_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
+ npm-token: ${{ secrets.NPM_TOKEN }}
.github/workflows/typedoc.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Deploy to GitHub pages
27
uses: JamesIves/github-pages-deploy-action@releases/v4
28
29
- token: ${{ secrets.BOT_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
30
branch: gh-pages
31
folder: docs
32
clean: true
0 commit comments