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.
env.GITHUB_TOKEN
changesets/action
1 parent de3963f commit 522737aCopy full SHA for 522737a
.github/workflows/version-or-publish.yml
@@ -34,3 +34,5 @@ jobs:
34
with:
35
version: yarn changeset version
36
publish: yarn npm publish --tolerate-republish
37
+ env:
38
+ GITHUB_TOKEN: ${{ github.token }}
0 commit comments