Skip to content

Commit a0966a6

Browse files
Merge pull request #29 from product-os/add-npm-oidc-permissions
Add id-token: write permission for NPM OIDC publishing
2 parents 0d341d8 + 2905458 commit a0966a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/flowzone.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
- "main"
88
- "master"
99

10+
permissions:
11+
id-token: write
12+
contents: read
13+
packages: read
14+
1015
jobs:
1116
flowzone:
1217
name: Flowzone

0 commit comments

Comments
 (0)