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 a1e4801 commit a5e0a9eCopy full SHA for a5e0a9e
1 file changed
.github/workflows/overcloud-host-image-build.yml
@@ -48,7 +48,9 @@ jobs:
48
runs-on: ${{ needs.runner-selection.outputs.runner_name_image_build }}
49
needs:
50
- runner-selection
51
- permissions: write-all
+ permissions:
52
+ contents: write
53
+ pull-requests: write
54
steps:
55
- name: Validate inputs
56
run: |
0 commit comments