Skip to content

Commit b5a1aa4

Browse files
Fix permissions (#2649)
Fix permissions to upload an SBOM to a release.
1 parent cdc32c7 commit b5a1aa4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
package-version: ${{ steps.build.outputs.package-version }}
4040

4141
permissions:
42-
contents: read
42+
actions: read
43+
contents: write
4344

4445
strategy:
4546
fail-fast: false

0 commit comments

Comments
 (0)