Skip to content

Commit

Permalink
Correct token syntax for linters
Browse files Browse the repository at this point in the history
Arduino Linter and Super-Linter use different syntax for passing the Github token than the compile-examples action does.
  • Loading branch information
nomakewan committed Jul 29, 2024
1 parent 558d4a2 commit fff113b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arduino-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
uses: arduino/arduino-lint-action@v1
with:
path: megaavr
github-token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
3 changes: 1 addition & 2 deletions .github/workflows/general-formatting-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ jobs:
################################
- name: Lint Code Base
uses: github/super-linter@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_MARKDOWN: true

0 comments on commit fff113b

Please sign in to comment.