From ce15479245d765b8cd4e8828d778f5d254ab9198 Mon Sep 17 00:00:00 2001 From: Stefan McShane Date: Wed, 6 Mar 2024 20:58:03 -0500 Subject: [PATCH] remove ack fix --- .../workflows/porter_stack_integration-test-provisioning.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/porter_stack_integration-test-provisioning.yml b/.github/workflows/porter_stack_integration-test-provisioning.yml index dfd249d..99dfad5 100644 --- a/.github/workflows/porter_stack_integration-test-provisioning.yml +++ b/.github/workflows/porter_stack_integration-test-provisioning.yml @@ -18,7 +18,7 @@ jobs: uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.actor }} + username: portersupport password: ${{ secrets.IMAGE_BUILD_TOKEN }} - name: Pull unauthenticated images run: |