From 3dd4cc35de1781b0e5019a91491a5a807f8054d3 Mon Sep 17 00:00:00 2001 From: "Paul P.H. Wilson" Date: Sun, 6 Aug 2023 09:22:54 -0500 Subject: [PATCH] cases 5/6 --- .github/workflows/test_simple_build_push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_simple_build_push.yml b/.github/workflows/test_simple_build_push.yml index ad330ec315..d4c30b8cad 100644 --- a/.github/workflows/test_simple_build_push.yml +++ b/.github/workflows/test_simple_build_push.yml @@ -33,7 +33,7 @@ jobs: uses: docker/login-action@v2 with: registry: ghcr.io - username: ${{ github.actor }} + username: svalinn password: ${{ secrets.GITHUB_TOKEN }} - name: Checkout repository