Skip to content

Commit a5e0a9e

Browse files
committed
Change permissions on workflow
1 parent a1e4801 commit a5e0a9e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ jobs:
4848
runs-on: ${{ needs.runner-selection.outputs.runner_name_image_build }}
4949
needs:
5050
- runner-selection
51-
permissions: write-all
51+
permissions:
52+
contents: write
53+
pull-requests: write
5254
steps:
5355
- name: Validate inputs
5456
run: |

0 commit comments

Comments
 (0)