diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5bc9813..29fd97d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -89,13 +89,13 @@ jobs: helm-release: runs-on: ubuntu-latest - env: - BINARY_NAME: helm steps: - name: Checkout Code uses: actions/checkout@v3 - name: Install Helm + env: + BINARY_NAME: helm run: | curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash @@ -104,6 +104,8 @@ jobs: helm package --app-version ${VERSION#v} ${CHART_DIR} - name: Publish Chart + env: + API_TOKEN: ${{ secrets.API_TOKEN }} run: | curl -X POST \ -H "Authorization: token ${API_TOKEN}" \