We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51de05 commit c20b5f9Copy full SHA for c20b5f9
.github/workflows/flights_liquibase.yml
@@ -86,7 +86,7 @@ jobs:
86
env:
87
#LIQUIBASE_COMMAND_URL: ${{ secrets.LIQUIBASE_COMMAND_URL }} # alternative: store only the workspace url and compose the Liquibase URL
88
LIQUIBASE_COMMAND_USERNAME: "token"
89
- LIQUIBASE_COMMAND_PASSWORD: ${{ secrets.DATABRICKS_TOKEN_TST }}
+ # LIQUIBASE_COMMAND_PASSWORD: ${{ secrets.DATABRICKS_TOKEN_TST }}
90
run: |
91
liquibase/liquibase update --changelog-file=flights/flights-liquibase/liquibase/root.changelog.xml --log-level INFO --defaultsFile=flights/flights-liquibase/liquibase.properties
92
0 commit comments