Skip to content

Commit e09d378

Browse files
committed
permissions
1 parent 089a2e8 commit e09d378

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
@@ -44,7 +44,8 @@ jobs:
4444
runs-on: ${{ needs.runner-selection.outputs.runner_name_image_build }}
4545
needs:
4646
- runner-selection
47-
permissions: {}
47+
permissions:
48+
actions: read
4849
steps:
4950
- name: Validate inputs
5051
run: |

0 commit comments

Comments
 (0)