Skip to content

Commit a6f3105

Browse files
FedeDPpoiana
authored andcommitted
fix(ci): restore master and release CI workflow permissions.
Signed-off-by: Federico Di Pierro <[email protected]>
1 parent 0034c3f commit a6f3105

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/master.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ on:
66
# Checks if any concurrent jobs is running for master CI and eventually cancel it
77
concurrency:
88
group: ci-master
9-
cancel-in-progress: true
10-
11-
permissions:
12-
contents: read
9+
cancel-in-progress: true
1310

1411
jobs:
1512
fetch-version:

.github/workflows/release.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
concurrency:
88
group: ci-release
99
cancel-in-progress: true
10-
11-
permissions:
12-
contents: read
1310

1411
jobs:
1512
release-settings:

0 commit comments

Comments
 (0)