Skip to content

Commit 4df481a

Browse files
committed
permissions
1 parent 089a2e8 commit 4df481a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/amphora-image-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
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

.github/workflows/overcloud-host-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)