Skip to content

Commit

Permalink
chore/ci: set REVIEWDOG_GITHUB_API_TOKEN
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Nov 5, 2024
1 parent 1ad57e3 commit e018a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
tox -e mypy | reviewdog -f mypy -reporter=github-pr-review -fail-on-error=true
tox -e docs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Test
run: tox -e py312
env:
Expand Down

0 comments on commit e018a39

Please sign in to comment.