Skip to content

Commit 62526c8

Browse files
Copilotspearwolf
andauthored
Fix npm auth token injection in deploy workflow
Agent-Logs-Url: https://github.com/spearwolf/shadow-objects/sessions/4f20d95e-f081-4e4d-b878-69e3d7ac539c Co-authored-by: spearwolf <12805+spearwolf@users.noreply.github.com>
1 parent 7c2b6cc commit 62526c8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ jobs:
3131

3232
- run: pnpm run publishNpmPkg
3333
name: Publish packages
34+
env:
35+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
36+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)