Skip to content

Commit 3eda55e

Browse files
claudeweb-flow
authored andcommitted
fix(ci): add NPM_TOKEN for publish authentication
Provenance (OIDC) handles attestation, but npm still requires a granular access token for the actual PUT. Token scoped to upath only. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> GitOrigin-RevId: c99b52f
1 parent 78350fc commit 3eda55e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ jobs:
2222
- run: npm test
2323
- run: npm run test:integration
2424
- run: npm publish --provenance --access public
25+
env:
26+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)