Skip to content

Commit b665d1f

Browse files
committed
fix: grant contents:write to build-image job for SBOM generation
1 parent 1e1f368 commit b665d1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Build and Push Image
1919
runs-on: ubuntu-latest
2020
permissions:
21-
contents: read
21+
contents: write
2222
packages: write
2323
id-token: write
2424
outputs:

0 commit comments

Comments
 (0)