Skip to content

Commit 9442bba

Browse files
committed
chore: add permissions for github actions
1 parent 4bb6eac commit 9442bba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
- 'v*'
99
env:
1010
NODE_OPTIONS: --max-old-space-size=6144
11+
permissions:
12+
id-token: write
13+
contents: write
1114

1215
jobs:
1316
release:

0 commit comments

Comments
 (0)