Skip to content

Commit

Permalink
Fix permissions for attaching sbom to release
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jul 8, 2024
1 parent d31fc36 commit f901ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
containers:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
packages: write
id-token: write
steps:
Expand Down

0 comments on commit f901ee5

Please sign in to comment.