Skip to content

Commit 4724bce

Browse files
committed
ci(ansible): drop redundant permissions block from health-check workflows
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent a358bbb commit 4724bce

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/health-check-ansible-artifacts.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}
1313
cancel-in-progress: true
1414

15-
permissions:
16-
contents: read
17-
1815
jobs:
1916
changed-files:
2017
runs-on: ubuntu-latest

.github/workflows/health-check-ansible.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}
1313
cancel-in-progress: true
1414

15-
permissions:
16-
contents: read
17-
1815
jobs:
1916
changed-files:
2017
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)