From 5163e1648299000efde3f1ad02df03d561ed1c2e Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 10 Aug 2021 17:36:45 +0800 Subject: [PATCH] Update reviewdog.yml --- .github/workflows/reviewdog.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index aecb812c2..86ad3f458 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -3,11 +3,12 @@ on: [pull_request] jobs: eslint: name: runner / eslint + env: + REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.PERSONAL_TOKEN }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: reviewdog/action-eslint@v1 with: - github_token: ${{ secrets.PERSONAL_TOKEN }} reporter: github-pr-review eslint_flags: --ext .js,.ts,.vue .