Skip to content

Commit

Permalink
fix: removed github token from github workflow
Browse files Browse the repository at this point in the history
Token is provided automagically by github
  • Loading branch information
supersnager committed Mar 3, 2024
1 parent 8fea450 commit a674c0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
- name: Build
run: yarn build
- name: Publish package
env:
GITHUB_TOKEN: ${{secrets.RELEASE_TOKEN}}
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
GIT_AUTHOR_NAME: supersnager
Expand Down

0 comments on commit a674c0c

Please sign in to comment.