We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5c1dd commit b1bc38bCopy full SHA for b1bc38b
.github/workflows/build-beta.yml
@@ -11,6 +11,10 @@ on:
11
types: [srcbuild]
12
workflow_dispatch:
13
14
+permissions:
15
+ contents: read
16
+ packages: write
17
+
18
jobs:
19
build:
20
runs-on: ubuntu-latest
.github/workflows/build-main.yml
@@ -8,6 +8,10 @@ on:
8
- "build/**"
9
10
0 commit comments