File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3
3
name : Update overcloud host image tags
4
4
5
5
on :
6
- workflow_dispatch :
6
+ workflow_call :
7
7
inputs :
8
8
rocky9_tag :
9
9
description : Overcloud host image tag for Rocky 9
16
16
propose_overcloud_host_image_tag_updates :
17
17
if : github.repository == 'stackhpc/stackhpc-kayobe-config'
18
18
runs-on : ubuntu-22.04
19
- permissions : {}
19
+ permissions :
20
+ contents : write
21
+ pull-requests : write
20
22
name : Update overcloud host image tags
21
23
steps :
22
24
- name : Checkout
Original file line number Diff line number Diff line change 44
44
runs-on : ${{ needs.runner-selection.outputs.runner_name_image_build }}
45
45
needs :
46
46
- runner-selection
47
- permissions : {}
47
+ permissions : write-all
48
48
steps :
49
49
- name : Validate inputs
50
50
run : |
You can’t perform that action at this time.
0 commit comments