Skip to content

Commit

Permalink
chore: reviewdog permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
athril committed Jan 25, 2024
1 parent ea66084 commit b70d867
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ on:
pull_request:
types: [opened, edited, synchronize, review_requested, reopened]

permissions:
id-token: write
contents: write
checks: write
issues: write
pull-requests: write

jobs:
reviewdog:

runs-on: ubuntu-latest

permissions:
id-token: write
contents: write
checks: write
issues: write
pull-requests: write

steps:
- name: Checkout
Expand Down

0 comments on commit b70d867

Please sign in to comment.