We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975373a commit 91c5328Copy full SHA for 91c5328
1 file changed
.github/workflows/build-native.yml
@@ -9,6 +9,10 @@ on:
9
release:
10
types: [ created ]
11
12
+permissions:
13
+ contents: write
14
+ actions: read
15
+
16
jobs:
17
build-linux:
18
runs-on: ubuntu-latest
0 commit comments