Skip to content

Commit

Permalink
Add write permission to contents
Browse files Browse the repository at this point in the history
So that the SBOM can be attached to the GitHub release.
  • Loading branch information
danjov committed Nov 8, 2024
1 parent 7742066 commit c236fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Build and push Docker image and create a new GitHub pre-release
permissions:
id-token: write
contents: read
contents: write
attestations: write
packages: write

Expand Down

0 comments on commit c236fcf

Please sign in to comment.