We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf9ab0 commit 91f0812Copy full SHA for 91f0812
.github/build.yml.template
@@ -3,6 +3,9 @@
3
# Instead perform any modifications in .github/build.yml.template
4
5
name: build
6
+permissions:
7
+ contents: read
8
+ pull-requests: read
9
on:
10
# can run job manually
11
workflow_dispatch:
.github/workflows/build.yml
@@ -5,6 +5,7 @@
permissions:
contents: read
0 commit comments