Skip to content

Commit

Permalink
ci: add write permission to reviewdog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benny123tw committed Dec 24, 2024
1 parent 8304a65 commit a36d787
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
- "3.11"
- "3.12"

permissions:
contents: read
pull-requests: write

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit a36d787

Please sign in to comment.