We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d575cb9 + 6550641 commit 8fd0bbfCopy full SHA for 8fd0bbf
.github/workflows/release.yml
@@ -25,6 +25,6 @@ jobs:
25
yarn build
26
- name: Release
27
env:
28
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
29
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
30
run: yarn release
0 commit comments