Skip to content

Commit 96edd5c

Browse files
wakamshaclaude
andauthored
ci: add OIDC configuration to release workflow (#393)
Add id-token write permission to enable npm provenance for enhanced supply-chain security as recommended by semantic-release documentation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 864aa20 commit 96edd5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permissions:
1212
contents: write
1313
issues: write
1414
pull-requests: write
15+
id-token: write # to enable use of OIDC for npm provenance
1516

1617
jobs:
1718
release:

0 commit comments

Comments
 (0)