From f0291e8827cdc075f432d2674918edc91f169e5a Mon Sep 17 00:00:00 2001 From: Barcode Betty Date: Sun, 24 May 2026 20:46:48 +0000 Subject: [PATCH] ci: use REGISTRY_TOKEN instead of GITEA_TOKEN for docker login (CAR-1024) 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 1c86e8c..46a8e04 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} - password: ${{ secrets.GITEA_TOKEN }} + password: ${{ secrets.REGISTRY_TOKEN }} - name: Extract metadata id: meta