Skip to content

Commit e75ea9a

Browse files
authored
Merge pull request #877 from jvanz/ci-fail
fix(ci): container build permissions in release workflow.
2 parents cd9a035 + ea32b3a commit e75ea9a

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)