mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
fix(action): fix auth
This commit is contained in:
2
.github/workflows/reviewdog.yml
vendored
2
.github/workflows/reviewdog.yml
vendored
@ -32,6 +32,6 @@ jobs:
|
|||||||
|
|
||||||
- uses: reviewdog/action-eslint@v1.34.0
|
- uses: reviewdog/action-eslint@v1.34.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GH_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