Skip to content

Commit

Permalink
Automatically update connector capabilities.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreer committed Oct 1, 2024
1 parent 4702844 commit 3f5c336
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/capabilities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
run: go build -o connector ./cmd/baton-databricks

- name: Run and save output
env:
DATABRICKS_CLIENT_ID: ${{ secrets.DATABRICKS_CLIENT_ID }}
DATABRICKS_CLIENT_SECRET: ${{ secrets.DATABRICKS_CLIENT_SECRET }}
BATON_ACCOUNT_ID: ${{ secrets.BATON_ACCOUNT_ID }}
BATON_WORKSPACES: ${{ secrets.BATON_WORKSPACES }}
BATON_WORKSPACE_TOKENS: ${{ secrets.BATON_WORKSPACE_TOKENS }}
run: ./connector capabilities > baton_capabilities.json

- name: Commit changes
Expand Down

0 comments on commit 3f5c336

Please sign in to comment.