Skip to content

Commit

Permalink
Try to avoid use of github token
Browse files Browse the repository at this point in the history
  • Loading branch information
plettich committed Dec 10, 2024
1 parent 6819af2 commit 2f06cbf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rd_codespell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ 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-review -level=info
| reviewdog -efm="%f:%l: %m" -name="rd-codespell" -reporter=github-pr-annotations -level=info

0 comments on commit 2f06cbf

Please sign in to comment.