From 795b748fe7390ef4f59a901b462d2c31bfedea5f Mon Sep 17 00:00:00 2001 From: Anson Date: Fri, 25 Oct 2024 15:10:57 +0100 Subject: [PATCH] try again --- .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 2e08ae6a5..2d845fef9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: with: registry: ghcr.io username: ${{ github.actor }} - password: ${{ secrets.GH_PAT_FOR_SHIVA }} + password: ${{ secrets.GH_PAT }} - name: List Available Images in GitHub Container Registry run: | curl -s -H "Authorization: Bearer ${{ secrets.GH_PAT_FOR_SHIVA }}" \