mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-15 04:11:47 +00:00
fix(action): fix permission
This commit is contained in:
4
.github/workflows/reviewdog.yml
vendored
4
.github/workflows/reviewdog.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: reviewdog
|
name: reviewdog
|
||||||
|
|
||||||
on: [pull_request]
|
on: [pull_request_target]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
NODE_VERSION: "22.x"
|
NODE_VERSION: "22.x"
|
||||||
@ -32,6 +32,6 @@ jobs:
|
|||||||
|
|
||||||
- uses: reviewdog/action-eslint@v1.34.0
|
- uses: reviewdog/action-eslint@v1.34.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GH_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
reporter: github-pr-review # Change reporter.
|
reporter: github-pr-review # Change reporter.
|
||||||
eslint_flags: './src'
|
eslint_flags: './src'
|
||||||
|
|||||||
Reference in New Issue
Block a user