Skip to content

Commit

Permalink
Test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
aamend committed Mar 8, 2024
1 parent 0a5a048 commit 9f17e03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:

- name: Install dependencies
run: |
git config --global url."https://${{ github.token }}@github".insteadOf https://github
pip install git+https://github.com/databricks-industry-solutions/industry-solutions-release.git
pip install git+https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/databricks-industry-solutions/industry-solutions-release.git
- name: Publish solution accelerator
run: |
Expand Down

0 comments on commit 9f17e03

Please sign in to comment.