Skip to content

Commit d16128b

Browse files
committed
Use default token
1 parent 7f104d5 commit d16128b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
check-name: "View Lint Report"
5050
markdown-report-on-step-summary: true
51-
repo-token: "${{ github.token }}"
51+
repo-token: ${{ secrets.ES_LINT_TOKEN }}
5252
report-json: "eslint_report.json"
5353

5454
# # OPTIONAL: save a copy of the usage report for download or use in another job

0 commit comments

Comments
 (0)