Default of GITHUB_TOKEN is github.token. I don't have this secret defined.

This commit is contained in:
linagee 2021-12-27 08:24:50 -07:00
parent 7da5432175
commit ac427cb963
No known key found for this signature in database
GPG key ID: 8CE2F45CB4CBA384

View file

@ -11,7 +11,7 @@ jobs:
submodules: true
- uses: reviewdog/action-languagetool@v1
with:
github_token: ${{ secrets.github_token }}
# github_token: ${{ secrets.github_token }}
# Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].
reporter: github-pr-review
# Change reporter level if you need.