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 33name : Update overcloud host image tags
44
55on :
6- workflow_dispatch :
6+ workflow_call :
77 inputs :
88 rocky9_tag :
99 description : Overcloud host image tag for Rocky 9
1616 propose_overcloud_host_image_tag_updates :
1717 if : github.repository == 'stackhpc/stackhpc-kayobe-config'
1818 runs-on : ubuntu-22.04
19- permissions : {}
19+ permissions :
20+ contents : write
21+ pull-requests : write
2022 name : Update overcloud host image tags
2123 steps :
2224 - name : Checkout
Original file line number Diff line number Diff line change 4444 runs-on : ${{ needs.runner-selection.outputs.runner_name_image_build }}
4545 needs :
4646 - runner-selection
47- permissions : {}
47+ permissions : write-all
4848 steps :
4949 - name : Validate inputs
5050 run : |
You can’t perform that action at this time.
0 commit comments