mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
fix workflow permissions
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@ permissions: read-all
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*.*.*-rc.*'
|
||||
- "v*.*.*-rc.*"
|
||||
jobs:
|
||||
retag:
|
||||
outputs:
|
||||
@@ -32,6 +32,7 @@ jobs:
|
||||
statuses: read
|
||||
contents: write
|
||||
attestations: write
|
||||
artifact-metadata: read
|
||||
needs: [retag]
|
||||
uses: ./.github/workflows/b-binary-build-and-e2e-tests.yaml
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user