Skip to content

Commit

Permalink
fix secret name in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Schulke committed Feb 12, 2021
1 parent 0fcf00a commit b553f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- name: Publish 🚀
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}

0 comments on commit b553f45

Please sign in to comment.