Skip to content

Commit 99782c7

Browse files
committed
chore(ci): enable OIDC token generation in NPM workflow
1 parent b13f7ba commit 99782c7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-npm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
release:
99
types: [published]
1010

11+
permissions:
12+
id-token: write # required for OIDC
13+
1114
jobs:
1215
publish:
1316
name: publish

0 commit comments

Comments
 (0)