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 fe23e33 commit 7f104d5Copy full SHA for 7f104d5
.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: "${{ secrets.GITHUB_TOKEN }}"
+ repo-token: "${{ github.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