From 51466bb99bd2d46a4668fbf0ce25afee7daee7c1 Mon Sep 17 00:00:00 2001 From: Andrew Taylor Date: Wed, 21 Feb 2024 21:29:01 -0800 Subject: [PATCH] Use GITHUB_TOKEN --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 142a969..6642b6f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -32,7 +32,7 @@ jobs: - name: Annotate Code Linting Results uses: ./ with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} report-json: "eslint_report.json" - name: Upload ESLint report uses: actions/upload-artifact@v4