We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 089a2e8 commit 3f94dd4Copy full SHA for 3f94dd4
2 files changed
.github/workflows/amphora-image-build.yml
@@ -3,7 +3,7 @@
3
name: Update overcloud host image tags
4
5
on:
6
- workflow_dispatch:
+ workflow_call:
7
inputs:
8
rocky9_tag:
9
description: Overcloud host image tag for Rocky 9
@@ -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
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