Skip to content

Commit 9e8f564

Browse files
authored
Add permissions for npmjs OIDC (#32)
1 parent 28db165 commit 9e8f564

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ on:
2424
type: boolean
2525
default: true
2626

27+
permissions:
28+
id-token: write # Required for OIDC
29+
contents: read
30+
2731
jobs:
2832
create-release:
2933
name: create-release

0 commit comments

Comments
 (0)