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 089a2e8 commit 4f0e850Copy full SHA for 4f0e850
.github/workflows/amphora-image-build.yml
@@ -16,7 +16,7 @@ jobs:
16
propose_overcloud_host_image_tag_updates:
17
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
18
runs-on: ubuntu-22.04
19
- permissions: {}
+ permissions: write-all
20
name: Update overcloud host image tags
21
steps:
22
- name: Checkout
.github/workflows/overcloud-host-image-build.yml
@@ -44,7 +44,7 @@ jobs:
44
runs-on: ${{ needs.runner-selection.outputs.runner_name_image_build }}
45
needs:
46
- runner-selection
47
48
49
- name: Validate inputs
50
run: |
0 commit comments