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