From 0b5565b9f78bd58f14e1bc6833ac11d396361047 Mon Sep 17 00:00:00 2001 From: Ernest Prabhakar Date: Thu, 17 Aug 2023 19:56:28 -0700 Subject: [PATCH] secrets.PAT --- .github/workflows/mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 3650d0e..71494f2 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -42,7 +42,7 @@ jobs: # https://megalinter.github.io/configuration/ VALIDATE_ALL_CODEBASE: true # VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} # Validates all source when push on main, else just the git diff with main. Override with true if you always want to lint all sources - PAT: ${{ secrets.GITHUB_TOKEN }} + PAT: ${{ secrets.PAT }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # ADD YOUR CUSTOM ENV VARIABLES HERE OR DEFINE THEM IN A FILE .mega-linter.yml AT THE ROOT OF YOUR REPOSITORY DISABLE: COPYPASTE,SPELL # Uncomment to disable copy-paste and spell checks