Skip to content

Commit

Permalink
chore(images): add permissions for build-images (#12531)
Browse files Browse the repository at this point in the history
## Motivation

Backport of #12512

---------

Signed-off-by: Lukasz Dziedziak <[email protected]>
  • Loading branch information
lukidzi authored Jan 13, 2025
1 parent 5f9f5fe commit 5e633cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/_build_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ jobs:
make publish/pulp
build-images:
runs-on: ubuntu-22.04 # pining to this version since we use older base image for kuma-init and we don't want to change it since it can break users environment
permissions:
id-token: write # Required for image signing
contents: read
timeout-minutes: 30
strategy:
fail-fast: false
Expand Down

0 comments on commit 5e633cb

Please sign in to comment.