Skip to content

Commit f80bdbe

Browse files
committed
added GITHUB_TOKEN
1 parent 73f6bfc commit f80bdbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ jobs:
4040
if: steps.auto-commit-action.outputs.changes_detected == 'false'
4141
uses: reviewdog/action-eslint@v1
4242
with:
43+
github_token: ${{ secrets.GITHUB_TOKEN }}
4344
level: warning
4445
reporter: github-pr-review

0 commit comments

Comments
 (0)