Skip to content

Commit

Permalink
Fix reviewdog permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
modos189 committed Aug 13, 2024
1 parent 199c9f7 commit 80b8998
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,16 @@ jobs:
eslint:
name: runner / eslint
runs-on: ubuntu-latest

permissions:
contents: read
pull-requests: write

steps:
- uses: actions/checkout@v2
- uses: reviewdog/action-eslint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
level: error
fail_on_error: true

0 comments on commit 80b8998

Please sign in to comment.