mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-28 15:47:25 +00:00
fix(ci): restore master and release CI workflow permissions.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
parent
0034c3f082
commit
a6f31058c1
5
.github/workflows/master.yaml
vendored
5
.github/workflows/master.yaml
vendored
@ -6,10 +6,7 @@ on:
|
|||||||
# Checks if any concurrent jobs is running for master CI and eventually cancel it
|
# Checks if any concurrent jobs is running for master CI and eventually cancel it
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ci-master
|
group: ci-master
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
fetch-version:
|
fetch-version:
|
||||||
|
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
@ -7,9 +7,6 @@ on:
|
|||||||
concurrency:
|
concurrency:
|
||||||
group: ci-release
|
group: ci-release
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release-settings:
|
release-settings:
|
||||||
|
Loading…
Reference in New Issue
Block a user