We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd61aa6 commit a52e836Copy full SHA for a52e836
1 file changed
.github/workflows/build-iso.yml
@@ -9,7 +9,7 @@ on:
9
- cron: "0 4 * * *" # every day at 4am UTC
10
workflow_dispatch:
11
workflow_run:
12
- workflows: ["Build bootc images"]
+ workflows: ["Build Image"]
13
types:
14
- completed
15
@@ -19,6 +19,10 @@ concurrency:
19
20
jobs:
21
build-iso:
22
+ # idk if this needs this instead of write-all at the top
23
+ # permissions:
24
+ # contents: write
25
+ # packages: write
26
strategy:
27
fail-fast: false
28
matrix:
0 commit comments