Skip to content

Commit c4862f1

Browse files
authored
chore: Set GH_TOKEN for release workflow
1 parent 8fc66e8 commit c4862f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ jobs:
1313
- name: Release
1414
env:
1515
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
16+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1617
run: npx semantic-release

0 commit comments

Comments
 (0)