Skip to content

Commit ba13ff9

Browse files
committed
helm publish needs id-token permissions
1 parent b3720bd commit ba13ff9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/image-promotion.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ jobs:
267267
permissions:
268268
contents: write # for pushing to Helm Charts repository
269269
packages: write # for helm to push to GHCR
270+
id-token: write
270271
secrets: inherit
271272

272273
certify-openshift-images:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ jobs:
318318
permissions:
319319
contents: write # for pushing to Helm Charts repository
320320
packages: write # for helm to push to GHCR
321+
id-token: write
321322
secrets: inherit
322323

323324
certify-openshift-images:

0 commit comments

Comments
 (0)