Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reichaves authored May 9, 2024
1 parent a45f5b8 commit 0d6bc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
run: pip install -r requirements.txt
- name: Run Streamlit App
env:
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }} # Use the secret directly as an environment variable
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
run: streamlit run app.py

0 comments on commit 0d6bc62

Please sign in to comment.