From e5c2275912b314438e404759f4df4a0291585f9d Mon Sep 17 00:00:00 2001 From: Lars Date: Sat, 6 Jan 2024 11:19:35 +0100 Subject: [PATCH] Updated --- .gitea/workflows/upload-helm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/upload-helm.yml b/.gitea/workflows/upload-helm.yml index 99254dd..b86a18d 100644 --- a/.gitea/workflows/upload-helm.yml +++ b/.gitea/workflows/upload-helm.yml @@ -19,6 +19,6 @@ jobs: - name: Upload Helm Chart run: | curl --request POST \ - -H "Authorization: Bearer ${{ secrets.GITEA_TOKEN }}" \ + -H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \ --form "chart=@wordyne-${HELM_CHART_VERSION}.tgz" \ https://git.cloudyne.io/api/packages/helm/helm/api/charts \ No newline at end of file