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 4df481aCopy full SHA for 4df481a
.github/workflows/amphora-image-build.yml
@@ -16,7 +16,9 @@ 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:
20
+ contents: write
21
+ pull-requests: write
22
name: Update overcloud host image tags
23
steps:
24
- 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
+ permissions: write-all
48
49
- name: Validate inputs
50
run: |
0 commit comments