Skip to content

Commit

Permalink
[EngSys] [update-labels] Add actions:read permission (#32567)
Browse files Browse the repository at this point in the history
- Required for private repo
  • Loading branch information
mikeharder authored Feb 11, 2025
1 parent 30935f8 commit 9fc80e9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/update-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,14 @@ on:
type: number

permissions:
actions: read
contents: read
pull-requests: write

jobs:
update-labels:
name: Update Labels

permissions:
contents: read
pull-requests: write

runs-on: ubuntu-24.04

steps:
Expand Down

0 comments on commit 9fc80e9

Please sign in to comment.