mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-06-06 03:41:26 +00:00
chore(workflows): change permissions from read to write for contents in build-linux-release.yml and build-release.yml
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user