We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d277b commit bbc4aa2Copy full SHA for bbc4aa2
1 file changed
.github/workflows/checkstyle.yml
@@ -32,6 +32,6 @@ jobs:
32
33
- name: Run reviewdog
34
env:
35
- REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.REVIEW_DOG_TOKEN }}
+ REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
run: |
37
cat build/reports/checkstyle/*.xml | reviewdog -f=checkstyle -reporter=github-pr-review -fail-level=any
0 commit comments