Skip to content

Commit

Permalink
Adding read-only permissions to all workflows to ensure minimum requi…
Browse files Browse the repository at this point in the history
…red access.
  • Loading branch information
timmiesmith committed Jan 31, 2024
1 parent be391ce commit 8f38b09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/issue_labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ on:
pull_request:
types: [opened, edited]

permissions: read-all

jobs:
triage:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ name: "Pull Request Labeler"
on:
- pull_request_target

permissions: read-all

jobs:
triage:
permissions:
Expand Down

0 comments on commit 8f38b09

Please sign in to comment.