Skip to content

Commit 738b75c

Browse files
committed
fix github actions permissions
1 parent 66ec546 commit 738b75c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ jobs:
198198
release:
199199
needs: [attest-sbom, generate-provenance]
200200
runs-on: ubuntu-latest
201+
permissions:
202+
contents: write
201203
steps:
202204
- name: Download SBOM artifact
203205
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)