Skip to content

Commit 5cff25a

Browse files
authored
fix: add id-token permission for npm oidc (#4519)
fix: npm cli needs to be 11.5.1 or later
1 parent dde2afb commit 5cff25a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release-beta.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
permissions:
1010
contents: write
11+
# Required for npm OIDC
12+
id-token: write
1113

1214
jobs:
1315
release:

0 commit comments

Comments
 (0)