Browse Source

add better token for github-pr-review for reviewdog

pull/200/head
LouisLam 3 years ago
parent
commit
5512b15162
  1. 1
      .github/workflows/reviewdog.yml

1
.github/workflows/reviewdog.yml

@ -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…
Cancel
Save