diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3f3095f8..f8ea2ff2 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -67,6 +67,8 @@ jobs: BUILD_VERSION=${{ github.sha }} load: false push: true + secrets: | + GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} tags: | github/super-linter:${{ matrix.images.prefix }}latest ghcr.io/github/super-linter:${{ matrix.images.prefix }}latest diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc3cd497..1b210165 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,8 @@ jobs: BUILD_VERSION=${{ github.sha }} load: true push: false + secrets: | + GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} tags: ghcr.io/github/super-linter:${{ matrix.images.target }} target: "${{ matrix.images.target }}"