All access token

This commit is contained in:
2025-12-10 22:01:26 +01:00
parent 92cd4f0dc6
commit a8ac81b848

View File

@ -33,7 +33,7 @@ jobs:
# Gitea automatically provides the token and actor variables
helm registry login ${{ env.REGISTRY_HOST }} \
--username ${{ gitea.repository_owner }} \
--password ${{ secrets.REPOSITORY_TOKEN }}
--password ${{ secrets.ORG_ACTIONS_TOKEN }}
- name: Push to Gitea Registry
run: |