We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f104d5 commit d16128bCopy full SHA for d16128b
.github/workflows/eslint.yml
@@ -48,7 +48,7 @@ jobs:
48
with:
49
check-name: "View Lint Report"
50
markdown-report-on-step-summary: true
51
- repo-token: "${{ github.token }}"
+ repo-token: ${{ secrets.ES_LINT_TOKEN }}
52
report-json: "eslint_report.json"
53
54
# # OPTIONAL: save a copy of the usage report for download or use in another job
0 commit comments