Skip to content

Commit 1b7fb7b

Browse files
authored
Grant id-token permission for NPM OIDC
Added permission for id-token to support NPM OIDC.
1 parent 1c85502 commit 1b7fb7b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
permissions:
99
contents: write
10+
id-token: write # Required for NPM OIDC
1011

1112
jobs:
1213
publish:

0 commit comments

Comments
 (0)