Skip to content

Commit

Permalink
fix(ci): container build permissions in release workflow.
Browse files Browse the repository at this point in the history
Adds the read access to the "contents" permission in the release
workflow. This is necessary to allow the workflow to run. Otherwise, the
release job will not start.

Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz committed Aug 14, 2024
1 parent cd9a035 commit ea32b3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
permissions:
id-token: write
packages: write
contents: read

release:
name: Create release
Expand Down

0 comments on commit ea32b3a

Please sign in to comment.