From 91431d2ecb84f237f02176b2f45be3e167aee396 Mon Sep 17 00:00:00 2001 From: Phil-NHS Date: Mon, 8 Dec 2025 14:45:26 +0000 Subject: [PATCH] staging profile nullifying --- .github/workflows/staging-cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/staging-cicd.yml b/.github/workflows/staging-cicd.yml index 4848a3a..ab26a26 100644 --- a/.github/workflows/staging-cicd.yml +++ b/.github/workflows/staging-cicd.yml @@ -42,11 +42,11 @@ jobs: - name: Validate Staging Bundle # trigger target the staging deploy in databricks.yml - run: databricks bundle validate -t staging + run: databricks bundle validate -t staging --profile "" # forces use of env vars only - name: Deploy Staging Bundle # trigger target the staging deploy in databricks.yml - run: databricks bundle deploy -t staging #??--auto-approve + run: databricks bundle deploy -t staging --profile "" # forces use of env vars only #??--auto-approve # working-directory: . # testing: