diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index b672d62..5346174 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.GITHUB_TOKEN}} + password: ${{secrets.SEIV_TOKEN}} - name: Build and push uses: docker/build-push-action@v5 with: