Updated
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 2s

This commit is contained in:
2024-01-06 11:19:35 +01:00
parent fbbff9d1f3
commit e5c2275912

View File

@@ -19,6 +19,6 @@ jobs:
- name: Upload Helm Chart - name: Upload Helm Chart
run: | run: |
curl --request POST \ curl --request POST \
-H "Authorization: Bearer ${{ secrets.GITEA_TOKEN }}" \ -H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \
--form "chart=@wordyne-${HELM_CHART_VERSION}.tgz" \ --form "chart=@wordyne-${HELM_CHART_VERSION}.tgz" \
https://git.cloudyne.io/api/packages/helm/helm/api/charts https://git.cloudyne.io/api/packages/helm/helm/api/charts