1 parent 5f281d9 commit 92df8f9Copy full SHA for 92df8f9
1 file changed
.github/workflows/release.yml
@@ -4,6 +4,13 @@ on:
4
push:
5
branches: [ master ]
6
7
+permissions:
8
+ contents: write
9
+ deployments: write
10
+ issues: write
11
+ pull-requests: write
12
+ id-token: write
13
+
14
jobs:
15
release:
16
name: NPM
0 commit comments