diff --git a/.github/workflows/arduino-lint.yml b/.github/workflows/arduino-lint.yml index edb925de..bd9a1509 100644 --- a/.github/workflows/arduino-lint.yml +++ b/.github/workflows/arduino-lint.yml @@ -23,4 +23,4 @@ jobs: uses: arduino/arduino-lint-action@v1 with: path: megaavr - github-token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/general-formatting-checks.yml b/.github/workflows/general-formatting-checks.yml index bd8c01df..eb3b77a6 100644 --- a/.github/workflows/general-formatting-checks.yml +++ b/.github/workflows/general-formatting-checks.yml @@ -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