From da9e1e9af15ba2fc80e0c3d6a377911f1d4af940 Mon Sep 17 00:00:00 2001 From: Barcode Betty Date: Sun, 24 May 2026 18:39:33 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20migrate=20GHCR=20=E2=86=92=20Gitea=20regi?= =?UTF-8?q?stry,=20use=20REGISTRY=5FTOKEN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes CAR-1009. - REGISTRY already git.farh.net (via CAR-964) - Change GITEA_TOKEN → REGISTRY_TOKEN for consistency Co-Authored-By: Paperclip --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 129d361..3a5565d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} - password: ${{ secrets.GITEA_TOKEN }} + password: ${{ secrets.REGISTRY_TOKEN }} - name: Extract metadata id: meta