Skip to content

Commit 1cc3245

Browse files
chore(operator): CI fix permissions for building release image (#19500)
1 parent 1ddac6e commit 1cc3245

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/operator-release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
needs:
5252
- "releasePlease"
5353
if: ${{ needs.releasePlease.outputs.release_created }}
54+
permissions:
55+
contents: "read"
56+
id-token: "write"
5457
uses: ./.github/workflows/operator-reusable-image-build.yml
5558
with:
5659
dockerfile: "operator/Dockerfile"

0 commit comments

Comments
 (0)