Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrumilp12 committed May 6, 2024
2 parents 2c32736 + 75dd0b6 commit f40a5a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cosmosdb_ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install azure-cosmos python-dotenv # Add python-dotenv here
pip install azure-cosmos
- name: Set up environment variables
run: |
echo "HOST=${{ secrets.ACCOUNT_HOST }}" >> $GITHUB_ENV
echo "MASTER_KEY=${{ secrets.ACCOUNT_KEY }}" >> $GITHUB_ENV
- name: Run script
run: python run.py

0 comments on commit f40a5a7

Please sign in to comment.