mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
add better token for github-pr-review for reviewdog
This commit is contained in:
parent
8979311653
commit
5512b15162
1 changed files with 1 additions and 0 deletions
1
.github/workflows/reviewdog.yml
vendored
1
.github/workflows/reviewdog.yml
vendored
|
@ -8,5 +8,6 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: reviewdog/action-eslint@v1
|
- uses: reviewdog/action-eslint@v1
|
||||||
with:
|
with:
|
||||||
|
github_token: ${{ secrets.PERSONAL_TOKEN }}
|
||||||
reporter: github-pr-review
|
reporter: github-pr-review
|
||||||
eslint_flags: --ext .js,.ts,.vue .
|
eslint_flags: --ext .js,.ts,.vue .
|
||||||
|
|
Loading…
Reference in a new issue