From de0d0f7ceedae22f59917c37e640651842d23138 Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Wed, 4 Jan 2023 22:43:51 -0500 Subject: [PATCH] Add missing secrets Signed-off-by: Brett Logan --- .github/workflows/cd.yml | 2 ++ .github/workflows/ci.yml | 2 ++ 2 files changed, 4 insertions(+) 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 }}"