Skip to content

Commit 522737a

Browse files
committed
Set env.GITHUB_TOKEN for changesets/action
Signed-off-by: Sora Morimoto <[email protected]>
1 parent de3963f commit 522737a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/version-or-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ jobs:
3434
with:
3535
version: yarn changeset version
3636
publish: yarn npm publish --tolerate-republish
37+
env:
38+
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)