fix: use GITEA_TOKEN for GHCR login in Gitea Actions (CAR-892) #7

Merged
Barcode Betty merged 3 commits from betty/car-892-gitea-actions-ghcr-auth into dev 2026-05-21 11:33:28 +00:00
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GITEA_TOKEN }}
- name: Extract metadata
id: meta