Skip to content

Commit ea32b3a

Browse files
committed
fix(ci): container build permissions in release workflow.
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 <jguilhermevanz@suse.com>
1 parent cd9a035 commit ea32b3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
permissions:
1919
id-token: write
2020
packages: write
21+
contents: read
2122

2223
release:
2324
name: Create release

0 commit comments

Comments
 (0)