From 76801aba2684e57ac48831d3543eb93b2ba0bcb7 Mon Sep 17 00:00:00 2001 From: Lev Date: Sat, 30 Oct 2021 14:01:01 +0300 Subject: [PATCH] update --- .github/workflows/build_stable.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_stable.yml b/.github/workflows/build_stable.yml index f15b442c..6e8172a9 100644 --- a/.github/workflows/build_stable.yml +++ b/.github/workflows/build_stable.yml @@ -94,11 +94,14 @@ jobs: targets: erpnext-stable push: true - - name: Release Helm Chart + - name: Setup Helm deploy key if: github.repository == 'frappe/frappe_docker' uses: webfactory/ssh-agent@v0.5.3 with: ssh-private-key: ${{ secrets.HELM_DEPLOY_KEY }} + + - name: Release Helm Chart + if: github.repository == 'frappe/frappe_docker' run: | pip install --upgrade pip git clone git@github.com:frappe/helm.git && cd helm