Skip to content

Commit a52e836

Browse files
committed
make build run hopefully
1 parent cd61aa6 commit a52e836

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build-iso.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- cron: "0 4 * * *" # every day at 4am UTC
1010
workflow_dispatch:
1111
workflow_run:
12-
workflows: ["Build bootc images"]
12+
workflows: ["Build Image"]
1313
types:
1414
- completed
1515

@@ -19,6 +19,10 @@ concurrency:
1919

2020
jobs:
2121
build-iso:
22+
# idk if this needs this instead of write-all at the top
23+
# permissions:
24+
# contents: write
25+
# packages: write
2226
strategy:
2327
fail-fast: false
2428
matrix:

0 commit comments

Comments
 (0)