Skip to content

Commit 95023d0

Browse files
committed
Add permissions for publishing.
1 parent 38499bd commit 95023d0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
- master
1111
- 'release/**'
1212

13+
permissions:
14+
id-token: write
15+
contents: write
16+
1317
jobs:
1418
nodejs:
1519
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)