From 7a9a1531d4c12b4200179032da3cd17ef4435fc4 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Sat, 6 Sep 2025 05:35:59 +0900 Subject: [PATCH] fix(action): fix auth --- .github/workflows/reviewdog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index 225e253a..55645cdd 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -32,6 +32,6 @@ jobs: - uses: reviewdog/action-eslint@v1.34.0 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GH_TOKEN }} reporter: github-pr-review # Change reporter. eslint_flags: './src'