From 50addfc15b3f65bfe5b020480882dc226cd11040 Mon Sep 17 00:00:00 2001 From: Simon Gottschlag Date: Fri, 19 May 2023 13:19:41 +0200 Subject: [PATCH] fix release --- .github/workflows/release-container-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-container-image.yaml b/.github/workflows/release-container-image.yaml index 7f8e336..8e6d584 100644 --- a/.github/workflows/release-container-image.yaml +++ b/.github/workflows/release-container-image.yaml @@ -43,7 +43,7 @@ jobs: with: registry: ghcr.io username: ${{ github.repository_owner }} - password: ${{ secrets.CR_PAT }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push container (multi arch) uses: docker/build-push-action@v4.0.0 with: