Skip to content

Commit

Permalink
ci: manually pass npm token secret
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarvin8 authored Feb 14, 2025
1 parent e3dc651 commit 72b6118
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/manualNpmPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
with:
tag: ${{ inputs.tag || 'latest' }}
githubTag: ${{ inputs.githubTag }}
secrets: inherit
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 72b6118

Please sign in to comment.