Attempt to use org repository token

This commit is contained in:
2025-12-10 21:02:32 +01:00
parent 93d0e28e9b
commit 9ad41db9d4

View File

@ -31,8 +31,7 @@ jobs:
- name: Login to Registry
run: |
# Gitea automatically provides the token and actor variables
echo ${{ secrets.GITEA_TOKEN }}
echo ${{ secrets.GITEA_TOKEN }} | helm registry login ${{ env.REGISTRY_HOST }} \
echo ${{ secrets.REPOSITORY_TOKEN }} | helm registry login ${{ env.REGISTRY_HOST }} \
--username ${{ gitea.actor }} \
--password-stdin