diff --git a/.github/workflows/test_simple_build_push.yml b/.github/workflows/test_simple_build_push.yml index 853e39294f..8b2b22f060 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: foo + username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Checkout repository