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 e4eb39c commit c095ecf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/asset-bundles-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:


env:
secret: dose30cd7dffa3ce2512d9e2a2822401b034 # ${{ secrets.DATABRICKS_CLIENT_SECRET }}
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 }}
host: https://adb-984752964297111.11.azuredatabricks.net/ # ${{ DATABRICKS_HOST }}

jobs:
build:
Expand All @@ -21,7 +21,7 @@ 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 configure --host $host --token --profile devenv << EOF
$secret
EOF
cat ~/.databrickscfg
Expand Down

0 comments on commit c095ecf

Please sign in to comment.