Skip to content

Commit a6de1bc

Browse files
committed
[CI] Fix upload GCS job
Missing permissions required for auth job
1 parent 37cad64 commit a6de1bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,9 @@ jobs:
234234
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
235235
needs:
236236
- build_operator
237+
permissions:
238+
contents: 'read'
239+
id-token: 'write'
237240
env:
238241
image_version: ${{ needs.build_operator.outputs.image_tag }}
239242
steps:

0 commit comments

Comments
 (0)