We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbd4da commit 67f1f49Copy full SHA for 67f1f49
.github/workflows/build.yml
@@ -5,6 +5,9 @@ on:
5
branches: [ master ]
6
workflow_dispatch:
7
8
+permissions:
9
+ contents: write
10
+
11
jobs:
12
build:
13
runs-on: ubuntu-latest
.github/workflows/pull.yml
@@ -6,6 +6,9 @@ on:
+ contents: read
14
0 commit comments