chore: Fix incorrect variable references
This commit is contained in:
parent
893f4ccb4e
commit
5c6b3cc9fc
@ -85,10 +85,10 @@ jobs:
|
||||
- name: Add target helm repository
|
||||
run: |
|
||||
helm repo add \
|
||||
--username "$GIT_USERNAME" \
|
||||
--password "$GIT_APIKEY" \
|
||||
--username ${{ secrets.GIT_USERNAME }} \
|
||||
--password ${{ secrets.GIT_APIKEY }} \
|
||||
spamasaurus \
|
||||
https://code.spamasaurus.com/api/packages/$GIT_USERNAME/helm
|
||||
https://code.spamasaurus.com/api/packages/${{ secrets.GIT_USERNAME }}/helm
|
||||
- name: Push helm chart
|
||||
run: |
|
||||
helm cm-push \
|
||||
|
Loading…
Reference in New Issue
Block a user