Skip to content

Commit

Permalink
Add token for reviewdog
Browse files Browse the repository at this point in the history
  • Loading branch information
lafriks committed May 22, 2022
1 parent 2028b85 commit a62df38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ jobs:
go install golang.org/x/lint/golint@latest
- name: Run reviewdog
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
reviewdog -reporter=github-pr-check

0 comments on commit a62df38

Please sign in to comment.