Skip to content

Commit 4f0e850

Browse files
committed
permissions
1 parent 089a2e8 commit 4f0e850

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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: write-all
2020
name: Update overcloud host image tags
2121
steps:
2222
- 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)