Skip to content

Commit f6fed12

Browse files
hyperb1issclaude
andcommitted
🔧 Use trusted publishing with provenance for npm publish
The workflow already has id-token: write for OIDC. Use --provenance flag for tokenless trusted publishing instead of a stored npm token. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 41aebf6 commit f6fed12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
123123
- name: '▲ Publish to npm'
124124
if: ${{ !inputs.dry_run }}
125-
run: npm publish --access public
125+
run: npm publish --provenance --access public
126126

127127
- name: '◆ Create GitHub Release'
128128
if: ${{ !inputs.dry_run }}

0 commit comments

Comments
 (0)