From b2d6489ab60b7331fa2455bb619dd2672807e2c2 Mon Sep 17 00:00:00 2001 From: alessandro benassi trenta Date: Mon, 4 Mar 2024 00:13:05 +0100 Subject: [PATCH] new action workflow2.3 - well it did not... --- .github/workflows/ghcr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr.yaml b/.github/workflows/ghcr.yaml index 8ab0740..5205d2e 100644 --- a/.github/workflows/ghcr.yaml +++ b/.github/workflows/ghcr.yaml @@ -24,7 +24,7 @@ jobs: with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.PERSONAL_ACCESS_TOKEN_GHCR }} - name: Extract metadata (tags, labels) for Docker id: meta