ci: switch back to REGISTRY_TOKEN PAT for registry auth
CI / Type-check & lint (push) Successful in 15s
CI / Build & push API image (push) Successful in 1m2s
CI / Build & push worker image (push) Successful in 3m6s

Even on Gitea 1.26 the auto-token still hits the registry with 401
in this environment. Use the gitea-admin PAT stored as REGISTRY_TOKEN.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-16 21:09:46 -04:00
parent 5c7e4d45d4
commit 48c0351be3
5 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ jobs:
- name: Log in to Gitea OCI registry
run: |
echo "${{ secrets.GITEA_TOKEN }}" | helm registry login git.farh.net \
--username "${{ github.actor }}" \
echo "${{ secrets.REGISTRY_TOKEN }}" | helm registry login git.farh.net \
--username gitea-admin \
--password-stdin
- name: Push chart to Gitea OCI registry