From d221e3ee71e215a790488ba7a50f24a1d68a7649 Mon Sep 17 00:00:00 2001 From: Shawn Poulson <92753637+Baliedge@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:32:33 -0400 Subject: [PATCH] Update .github/workflows/build_and_push.yml Co-authored-by: Vilen Topchii <32271530+vtopc@users.noreply.github.com> --- .github/workflows/build_and_push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_push.yml b/.github/workflows/build_and_push.yml index 4fde571d..48be0437 100644 --- a/.github/workflows/build_and_push.yml +++ b/.github/workflows/build_and_push.yml @@ -29,7 +29,7 @@ jobs: with: registry: ghcr.io username: ${{ github.actor }} - password: ${{ secrets.PKG_WRITER_PAT }} + password: ${{ secrets.CI_PAT }} # This creates a cache for the current PR, if none exists then # the cache from the most recent PR will be used. - name: Setup Docker layer Cache