Skip to content

Commit

Permalink
Merge pull request #2529 from Ludy87/remove_duplicate_permission
Browse files Browse the repository at this point in the history
Removing duplicate permissions
  • Loading branch information
Frooodle authored Dec 21, 2024
2 parents c087305 + e0d37d2 commit a7f900b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/auto-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:

permissions:
contents: read
pull-requests: write

jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Harden Runner
Expand All @@ -19,7 +17,7 @@ jobs:
egress-policy: audit

- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Apply Labels
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
Expand Down

0 comments on commit a7f900b

Please sign in to comment.