Skip to content

Commit 3da88a0

Browse files
committed
fix: added automatically provided github token to github workflow
1 parent a674c0c commit 3da88a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
- name: Build
2323
run: yarn build
2424
- name: Publish package
25-
env:
25+
env:
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2627
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
2728
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2829
GIT_AUTHOR_NAME: supersnager

0 commit comments

Comments
 (0)