diff --git a/.github/workflows/autocorrect.yml b/.github/workflows/autocorrect.yml index 5dd94337..c1c5114f 100644 --- a/.github/workflows/autocorrect.yml +++ b/.github/workflows/autocorrect.yml @@ -19,7 +19,7 @@ jobs: if: failure() uses: huacnlee/autocorrect-action@main env: - REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.REVIEWDOG_TOKEN }} + REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: use_npm: true reviewdog: true