ci: switch back to REGISTRY_TOKEN PAT for registry auth
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user