Skip to content

Commit

Permalink
chore: permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
devindford committed Aug 6, 2024
1 parent 882e5e2 commit 5fb41d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeowner_review_status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:
pull_request_review:
types: [submitted, dismissed]

permissions: {}
permissions:
contents: read

jobs:
check-code-owners-approval:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
organization: read
steps:
- name: Check Code Owners Approval
id: check_approvals
Expand Down

0 comments on commit 5fb41d0

Please sign in to comment.