chore(workflows): change permissions from read to write for contents in build-linux-release.yml and build-release.yml

This commit is contained in:
Ivan
2026-04-27 13:48:48 -05:00
parent 88bc0b5e60
commit 93b4d36d2e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
permissions:
id-token: write
contents: read
contents: write
actions: read
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1.0
with:
+1 -1
View File
@@ -183,7 +183,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
permissions:
id-token: write
contents: read
contents: write
actions: read
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1.0
with: