Skip to content

Commit 43f4dd5

Browse files
Copilotspearwolf
andauthored
Fix deploy workflow npm authentication for package publish (#8)
* 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 <[email protected]> * Remove redundant NPM_TOKEN env from deploy workflow Agent-Logs-Url: https://github.com/spearwolf/shadow-objects/sessions/4f20d95e-f081-4e4d-b878-69e3d7ac539c Co-authored-by: spearwolf <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: spearwolf <[email protected]>
1 parent 7c2b6cc commit 43f4dd5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

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

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

0 commit comments

Comments
 (0)