From db1f03b0e08b04378fd790e4e77075a52b858665 Mon Sep 17 00:00:00 2001 From: tigattack <10629864+tigattack@users.noreply.github.com> Date: Thu, 2 Oct 2025 00:38:14 +0100 Subject: [PATCH] ci(docker): replace GHCR_PAT with GITHUB_TOKEN --- .github/workflows/docker.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index eeba32a..86e7fd0 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -42,9 +42,7 @@ jobs: with: registry: ${{ env.REGISTRY }} username: ${{ github.repository_owner }} - # Using PAT as a hack due to issues with GITHUB_TOKEN and package permissions - # This should be reverted to use GITHUB_TOKEN once a solution is discovered. - password: ${{ secrets.GHCR_PAT }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Extract metadata (tags, labels) id: meta