diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 8de32779a..82a6f2b0a 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -21,4 +21,4 @@ jobs: - name: Compress Images uses: calibreapp/image-actions@main with: - githubToken: ${{ secrets.GITHUB_TOKEN }} + githubToken: ${{ secrets.GH_TOKEN }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a5a7b47a4..8b0df8018 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -206,13 +206,13 @@ jobs: with: fetch-depth: 0 submodules: recursive - token: ${{ secrets.GH_PAT }} + token: ${{ secrets.GH_TOKEN }} - name: Lint Code Base uses: github/super-linter@v4 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: develop - GITHUB_TOKEN: ${{ secrets.GH_PAT }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} custom: runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, 'NO_CI')"