From fc0184aa685fa52058e4916a54879c2bf1b5cba3 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Fri, 31 Mar 2023 13:45:31 -0400 Subject: [PATCH] fix azure preview deployments (#36087) --- .github/workflows/azure-preview-env-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/azure-preview-env-deploy.yml b/.github/workflows/azure-preview-env-deploy.yml index 6b8b322b36..948f282b3f 100644 --- a/.github/workflows/azure-preview-env-deploy.yml +++ b/.github/workflows/azure-preview-env-deploy.yml @@ -192,6 +192,8 @@ jobs: cache-to: '' build-args: | BUILD_SHA=${{ env.COMMIT_REF }} + HYDRO_SECRET= + HYDRO_ENDPOINT= # Succeed despite any non-zero exit code (e.g. if there is no deployment to cancel) - name: 'Cancel any existing deployments for this PR'