mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -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
|
submodules: true
|
||||||
- uses: reviewdog/action-languagetool@v1
|
- uses: reviewdog/action-languagetool@v1
|
||||||
with:
|
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].
|
# Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].
|
||||||
reporter: github-pr-review
|
reporter: github-pr-review
|
||||||
# Change reporter level if you need.
|
# Change reporter level if you need.
|
||||||
|
|
Loading…
Reference in a new issue