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 d999402 commit cc40c74Copy full SHA for cc40c74
.github/workflows/release.yml
@@ -35,5 +35,5 @@ jobs:
35
# This expects you to have a script called release which does a build for your packages and calls changeset publish
36
publish: pnpm release
37
env:
38
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.CHANGESET_GITHUB_TOKEN }}
39
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments