diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 094d3dd..7f71359 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -22,3 +22,4 @@ jobs: uses: github/super-linter@v4.0.2 env: VALIDATE_ENV: false + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}