Skip to content

Commit f98ea0f

Browse files
committed
Merge branch 'master' into mdui
2 parents 0d4c024 + 77a2bbf commit f98ea0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reviewdog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: reviewdog
22

3-
on: [pull_request]
3+
on: [pull_request_target]
44

55
env:
66
NODE_VERSION: "22.x"
@@ -32,6 +32,6 @@ jobs:
3232

3333
- uses: reviewdog/[email protected]
3434
with:
35-
github_token: ${{ secrets.GH_TOKEN }}
35+
github_token: ${{ secrets.GITHUB_TOKEN }}
3636
reporter: github-pr-review # Change reporter.
3737
eslint_flags: './src'

0 commit comments

Comments
 (0)