ci: revert to auto GITEA_TOKEN for registry auth
CI / Type-check & lint (push) Successful in 15s
CI / Build & push worker image (push) Failing after 8s
CI / Build & push API image (push) Failing after 8s

Gitea 1.26 (PR #36173) honors permissions.packages: write on the
auto-provided GITEA_TOKEN, so the PAT workaround is no longer needed.
You can delete the REGISTRY_TOKEN org secret.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-16 21:02:41 -04:00
parent 8fe637e0e2
commit 5c7e4d45d4
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.REGISTRY_TOKEN }}" | helm registry login git.farh.net \
--username gitea-admin \
echo "${{ secrets.GITEA_TOKEN }}" | helm registry login git.farh.net \
--username "${{ github.actor }}" \
--password-stdin
- name: Push chart to Gitea OCI registry