Skip to content

Commit a76330b

Browse files
authored
Update permissions on image promotion CI (#8610)
1 parent 2ea556e commit a76330b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/image-promotion.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,9 @@ jobs:
292292
if: ${{ !cancelled() && !failure() && github.ref_name == github.event.repository.default_branch }}
293293
name: Certify OpenShift UBI images
294294
runs-on: ubuntu-24.04
295+
permissions:
296+
contents: read
297+
id-token: write
295298
needs: [release-oss]
296299
steps:
297300
- name: Checkout Repository

0 commit comments

Comments
 (0)