Skip to content

Commit

Permalink
ci(github): add read content permissions to build-images
Browse files Browse the repository at this point in the history
This was not the case anymore

Signed-off-by: Charly Molter <[email protected]>
  • Loading branch information
lahabana committed Jan 10, 2025
1 parent 0d397aa commit 5d9196d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_build_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
runs-on: ubuntu-24.04
permissions:
id-token: write # Required for image signing
contents: read
timeout-minutes: 30
strategy:
fail-fast: false
Expand Down

0 comments on commit 5d9196d

Please sign in to comment.