Skip to content

Commit 76d89e5

Browse files
committed
give perms for id-token to write
1 parent 551c88f commit 76d89e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
jobs:
66
build:
77
runs-on: ubuntu-latest
8+
9+
permissions:
10+
contents: write
11+
id-token: write
12+
813
steps:
914
- uses: actions/checkout@v4
1015

0 commit comments

Comments
 (0)