File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,12 @@ jobs:
2828 run : ./connector config > config_schema.json
2929
3030 - name : Run and save capabilities output
31- env :
32- DATABRICKS_CLIENT_ID : ${{ secrets.DATABRICKS_CLIENT_ID }}
33- DATABRICKS_CLIENT_SECRET : ${{ secrets.DATABRICKS_CLIENT_SECRET }}
34- BATON_ACCOUNT_ID : ${{ secrets.BATON_ACCOUNT_ID }}
35- BATON_WORKSPACES : ${{ secrets.BATON_WORKSPACES }}
36- BATON_WORKSPACE_TOKENS : ${{ secrets.BATON_WORKSPACE_TOKENS }}
37- run : ./connector capabilities > baton_capabilities.json
31+ run : |
32+ ./connector capabilities \
33+ --account-id=dummy-account-id \
34+ --databricks-client-id=dummy-client-id \
35+ --databricks-client-secret=dummy-client-secret \
36+ > baton_capabilities.json
3837
3938 - name : Commit changes
4039 uses : EndBug/add-and-commit@v9
You can’t perform that action at this time.
0 commit comments