Skip to content

Commit 0d9052b

Browse files
committed
Fix permissions
1 parent c23aae0 commit 0d9052b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/overcloud-host-image-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
needs:
5050
- runner-selection
5151
permissions:
52-
actions: read
52+
actions: write
53+
contents: write
5354
steps:
5455
- name: Validate inputs
5556
run: |

0 commit comments

Comments
 (0)