Skip to content

Commit 0abe552

Browse files
authored
Merge pull request #1410 from stopfstedt/publish-workflow-explicity-set-node-auth-token
excpicitly set node auth token from secret in publish step.
2 parents 90ccb0a + 31e56f8 commit 0abe552

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ jobs:
2222
- run: pnpm install --ignore-scripts
2323
- name: publish
2424
run: pnpm publish --filter ember-simple-charts --no-git-checks --provenance
25+
env:
26+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)