From 289225e07d801219c34326e6a0dbd6ee5d50e956 Mon Sep 17 00:00:00 2001 From: itsRevela Date: Fri, 15 May 2026 03:04:29 -0500 Subject: [PATCH] ci: use REGISTRY_TOKEN for Forgejo container registry push --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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