Skip to content

Commit

Permalink
Fix missing token
Browse files Browse the repository at this point in the history
  • Loading branch information
plettich committed Dec 10, 2024
1 parent 2f06cbf commit 4483701
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rd_codespell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: reviewdog/action-setup@v1

- name: Run reviewdog
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
codespell -q 3 -S $(paste -s -d, .codespell_skip) -I .codespell_ignore . \
| reviewdog -efm="%f:%l: %m" -name="rd-codespell" -reporter=github-pr-annotations -level=info

0 comments on commit 4483701

Please sign in to comment.