From 713ae4c1b5d8047af1c23e0dca44b0597ceb0495 Mon Sep 17 00:00:00 2001 From: Denis Baryshev Date: Thu, 1 Jul 2021 20:13:48 +0300 Subject: [PATCH] switch to unreleased new configs deployments --- .github/workflows/deploy-apps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-apps.yml b/.github/workflows/deploy-apps.yml index 5770d1921b..cc4a6e11cb 100644 --- a/.github/workflows/deploy-apps.yml +++ b/.github/workflows/deploy-apps.yml @@ -89,7 +89,7 @@ jobs: with: repository: matter-labs/helm-infra path: helm-infra - ref: master + ref: breaking-secrets token: ${{ secrets.GH_TOKEN }} - if: ${{ needs.pre.outputs.isTag == 'true' }}