Skip to content
This repository was archived by the owner on Jul 20, 2026. It is now read-only.

Commit 9603ca8

Browse files
committed
remove permissions
Signed-off-by: Charalampos Mainas <charalampos.mainas@gmail.com>
1 parent 69bd874 commit 9603ca8

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/add-git-trailers.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
1818
github.event.pull_request.base.ref == 'main' &&
1919
github.event.review.state == 'approved'
2020
runs-on: ubuntu-22.04
21-
permissions:
22-
contents: write
23-
pull-requests: write
2421
steps:
2522
- name: Harden the runner (Audit all outbound calls)
2623
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0

.github/workflows/pr-merge.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
if: |
1616
github.event.pull_request.merged == true
1717
runs-on: ubuntu-latest
18-
permissions:
19-
contents: write
20-
2118
steps:
2219
- name: Harden the runner (Audit all outbound calls)
2320
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0

0 commit comments

Comments
 (0)