Skip to content

Commit 1a2497b

Browse files
Fix permissions
Fix permissions to upload an SBOM to a release.
1 parent 2819ea2 commit 1a2497b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
permissions:
3636
attestations: write
37-
contents: read
37+
contents: write
3838
id-token: write
3939

4040
strategy:

0 commit comments

Comments
 (0)