fix(action): fix permission

This commit is contained in:
JellyBrick
2025-09-06 06:09:03 +09:00
parent 7a9a1531d4
commit 77a2bbf02a

View File

@ -1,6 +1,6 @@
name: reviewdog
on: [pull_request]
on: [pull_request_target]
env:
NODE_VERSION: "22.x"
@ -32,6 +32,6 @@ jobs:
- uses: reviewdog/action-eslint@v1.34.0
with:
github_token: ${{ secrets.GH_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review # Change reporter.
eslint_flags: './src'