diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index be003e86..327e6f9b 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -261,7 +261,7 @@ jobs: with: registry: git.huckle.dev username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.REGISTRY_TOKEN }} - name: Build and push image uses: https://github.com/docker/build-push-action@v6