mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
Default of GITHUB_TOKEN is github.token. I don't have this secret defined.
This commit is contained in:
parent
7da5432175
commit
ac427cb963
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue