Skip to content

Commit

Permalink
ci: top level permission
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuahp authored Jun 15, 2024
1 parent 11600e3 commit 918f44f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ on:
pull_request:
types: [opened, ready_for_review]

permissions:
contents: read
pull-requests: write

jobs:
add-reviews:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: kentaro-m/auto-assign-action@v2.0.0
with:
Expand Down

0 comments on commit 918f44f

Please sign in to comment.