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 32c3d71 commit f42770bCopy full SHA for f42770b
.github/workflows/publish.yml
@@ -30,5 +30,5 @@ jobs:
30
# This expects you to have a script called release which does a build for your packages and calls changeset publish
31
publish: npm run release
32
env:
33
- GITHUB_TOKEN: ${{ secrets.SCOPED_GH_PAT_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments