Skip to content

Commit 0748f36

Browse files
ci(npm-publish): add id-token write access (#1571)
1 parent 9830fb5 commit 0748f36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
default: true
1313
type: boolean
1414

15+
permissions:
16+
id-token: write
17+
contents: read
18+
1519
jobs:
1620
publish:
1721
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)