Inline pw

This commit is contained in:
2025-12-10 21:58:48 +01:00
parent 33db7776d3
commit 92cd4f0dc6

View File

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