fix(action): fix auth

This commit is contained in:
JellyBrick
2025-09-06 05:35:59 +09:00
parent 16b59698d6
commit 7a9a1531d4

View File

@ -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'