Skip to content

Commit

Permalink
Merge pull request #70 from inloco/fix/publish-workflow
Browse files Browse the repository at this point in the history
Fix Secret Name in Publish Action
  • Loading branch information
leonardoAnjos16 authored Dec 1, 2023
2 parents a63f460 + 2267b43 commit 2b287fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: publish to npm
run: pnpm publish --no-git-checks --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.INCOGNIA_NODE_NPM_TOKEN }}

0 comments on commit 2b287fb

Please sign in to comment.