diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index e133d660516..2496aefcb0a 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -6,10 +6,7 @@ on: # Checks if any concurrent jobs is running for master CI and eventually cancel it concurrency: group: ci-master - cancel-in-progress: true - -permissions: - contents: read + cancel-in-progress: true jobs: fetch-version: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 726e2e78fbd..fad067f56b8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,9 +7,6 @@ on: concurrency: group: ci-release cancel-in-progress: true - -permissions: - contents: read jobs: release-settings: