We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e9cb4 commit fff48b4Copy full SHA for fff48b4
.github/workflows/flights_liquibase.yml
@@ -31,7 +31,7 @@ jobs:
31
env:
32
DATABRICKS_HOST: ${{ secrets.DATABRICKS_HOST }}
33
DATABRICKS_TOKEN: ${{ secrets.DATABRICKS_TOKEN_TST }}
34
- DATABRICKS_BUNDLE_ENV: tst
+ DATABRICKS_BUNDLE_ENV: dev # should be TST, 'dev' is set for demo purposes only
35
defaults:
36
run:
37
working-directory: .
0 commit comments