Skip to content

Commit

Permalink
[CI] Fix upload GCS job
Browse files Browse the repository at this point in the history
Missing permissions required for auth job
  • Loading branch information
Zerpet committed Sep 2, 2024
1 parent 37cad64 commit a6de1bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
needs:
- build_operator
permissions:
contents: 'read'
id-token: 'write'
env:
image_version: ${{ needs.build_operator.outputs.image_tag }}
steps:
Expand Down

0 comments on commit a6de1bc

Please sign in to comment.