Skip to content

Commit

Permalink
Use GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
ataylorme committed Feb 22, 2024
1 parent 1bb02aa commit 51466bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51466bb

Please sign in to comment.