diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index d79788d..4e49074 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -24,8 +24,8 @@ jobs: uses: docker/login-action@v2 with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.GHCR_PUSH_TOKEN }} + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Container Image to GitHub Container Repository uses: docker/build-push-action@v3