We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f6bfc commit f80bdbeCopy full SHA for f80bdbe
.github/workflows/ci.yml
@@ -40,5 +40,6 @@ jobs:
40
if: steps.auto-commit-action.outputs.changes_detected == 'false'
41
uses: reviewdog/action-eslint@v1
42
with:
43
+ github_token: ${{ secrets.GITHUB_TOKEN }}
44
level: warning
45
reporter: github-pr-review
0 commit comments