From d0c960af09fcd642f343b8957539a8c5d20e6691 Mon Sep 17 00:00:00 2001 From: "Andrew W. Harn" Date: Thu, 9 Jan 2025 17:21:56 -0500 Subject: [PATCH] Test PAT Signed-off-by: Andrew W. Harn --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53850c6..d00a968 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: with: registry: ghcr.io username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.PAT }} logout: false - name: Build & Push