Skip to content

Commit a674c0c

Browse files
committed
fix: removed github token from github workflow
Token is provided automagically by github
1 parent 8fea450 commit a674c0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222
- name: Build
2323
run: yarn build
2424
- name: Publish package
25-
env:
26-
GITHUB_TOKEN: ${{secrets.RELEASE_TOKEN}}
25+
env:
2726
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
2827
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2928
GIT_AUTHOR_NAME: supersnager

0 commit comments

Comments
 (0)