Skip to content

Commit

Permalink
Merge pull request #753 from modos189/fix/reviewdog-permissions
Browse files Browse the repository at this point in the history
Fix reviewdog permissions
  • Loading branch information
modos189 authored Aug 13, 2024
2 parents ab3ae12 + 80b8998 commit 6edfc34
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 6edfc34

Please sign in to comment.