diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 5346174..b672d62 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -29,7 +29,7 @@ jobs: with: registry: ghcr.io username: ${GITHUB_ACTOR} - password: ${{secrets.SEIV_TOKEN}} + password: ${{secrets.GITHUB_TOKEN}} - name: Build and push uses: docker/build-push-action@v5 with: