Skip to content

Commit 72fbb54

Browse files
authored
Add NODE_AUTH_TOKEN to publish step in workflow
1 parent d03deeb commit 72fbb54

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
run: npx yakumo publish --registry https://registry.npmjs.org --debug
114114
env:
115115
NPM_CONFIG_PROVENANCE: true
116+
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
116117

117118
- name: Save Version Cache
118119
if: steps.version.outputs.changed == 'true' && success()

0 commit comments

Comments
 (0)