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: