Skip to content

Commit

Permalink
fix: add reviewdog permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrabovcin committed Apr 13, 2023
1 parent 7c69e53 commit b1c3719
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
test-results: test.json

lint:

permissions:
contents: write
pull-requests: write

runs-on: ubuntu-latest
steps:
- name: Check out code
Expand Down

0 comments on commit b1c3719

Please sign in to comment.