Commit 8c8d7b7
Fix npm publishing with OIDC provenance support (#187)
* Fix npm package publishing with OIDC provenance support
- Use npm publish with --provenance flag for OIDC attestations instead of bun publish
- Package with bun pm pack, then publish using npm via bunx for provenance support
- Add npm authentication setup step to workflow using NPM_TOKEN secret
- Requires NPM_TOKEN secret to be set in GitHub repository for authentication
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Remove npm authentication setup step from workflow
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>1 parent 47e3e74 commit 8c8d7b7
1 file changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
83 | 94 | | |
84 | 95 | | |
85 | 96 | | |
| |||
0 commit comments