ci: rename GITEA_TOKEN -> REGISTRY_TOKEN to match configured secret name

cpfarhood confirmed the Gitea registry token is configured as REGISTRY_TOKEN
(not GITEA_TOKEN). This applies to both the registry docker login steps
and the infra repo checkout steps in deploy-dev/deploy-uat.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-23 14:29:45 +00:00
parent 821f1d20b3
commit 2c4e9985b1
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITEA_TOKEN }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Extract metadata
id: meta