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