Skip to content

Commit bbc4aa2

Browse files
committed
Use github token
1 parent 91d277b commit bbc4aa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/checkstyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232

3333
- name: Run reviewdog
3434
env:
35-
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.REVIEW_DOG_TOKEN }}
35+
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
run: |
3737
cat build/reports/checkstyle/*.xml | reviewdog -f=checkstyle -reporter=github-pr-review -fail-level=any

0 commit comments

Comments
 (0)