We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38499bd commit 95023d0Copy full SHA for 95023d0
1 file changed
.github/workflows/build.yml
@@ -10,6 +10,10 @@ on:
10
- master
11
- 'release/**'
12
13
+permissions:
14
+ id-token: write
15
+ contents: write
16
+
17
jobs:
18
nodejs:
19
runs-on: ubuntu-latest
0 commit comments