Skip to content

Commit

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

0 comments on commit 3da88a0

Please sign in to comment.