chore: Fix incorrect variable references
All checks were successful
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 38s
Container & Helm chart / Helm chart (push) Successful in 18s
Container & Helm chart / Container image (push) Successful in 1m1s

This commit is contained in:
Danny Bessems 2024-02-28 17:30:21 +11:00
parent 893f4ccb4e
commit 5c6b3cc9fc

View File

@ -85,10 +85,10 @@ jobs:
- name: Add target helm repository - name: Add target helm repository
run: | run: |
helm repo add \ helm repo add \
--username "$GIT_USERNAME" \ --username ${{ secrets.GIT_USERNAME }} \
--password "$GIT_APIKEY" \ --password ${{ secrets.GIT_APIKEY }} \
spamasaurus \ spamasaurus \
https://code.spamasaurus.com/api/packages/$GIT_USERNAME/helm https://code.spamasaurus.com/api/packages/${{ secrets.GIT_USERNAME }}/helm
- name: Push helm chart - name: Push helm chart
run: | run: |
helm cm-push \ helm cm-push \