Skip to content

Commit

Permalink
Update asset-bundles-validate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wahahawasabi authored Oct 8, 2024
1 parent 2f48a0f commit e4eb39c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/asset-bundles-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
# branches: [ "main" ]


# env:
# DATABRICKS_CLIENT_SECRET: dose30cd7dffa3ce2512d9e2a2822401b034 # ${{ secrets.DATABRICKS_CLIENT_SECRET }}
env:
secret: dose30cd7dffa3ce2512d9e2a2822401b034 # ${{ secrets.DATABRICKS_CLIENT_SECRET }}
# DATABRICKS_CLIENT_ID: c767c4f4-8603-488e-bdfd-d3c436f2e49e # ${{ DATABRICKS_CLIENT_ID }}
# DATABRICKS_HOST: https://adb-984752964297111.11.azuredatabricks.net/ # ${{ DATABRICKS_HOST }}

Expand All @@ -21,9 +21,9 @@ jobs:
run: |
curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/main/install.sh | sh;
databricks -v;
# databricks configure --host $DATABRICKS_HOST --token --profile devenv << EOF
# $DATABRICKS_CLIENT_SECRET
# EOF
databricks configure --host $DATABRICKS_HOST --token --profile devenv << EOF
$secret
EOF
cat ~/.databrickscfg
databricks clusters list -p devenv

0 comments on commit e4eb39c

Please sign in to comment.