Skip to content

Commit

Permalink
Update the Workflow to Use Secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasvallejosdev committed Apr 10, 2024
1 parent 50bb556 commit c0b40d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@ jobs:
- name: Test with pytest
env:
PYTHONPATH: ${{ github.workspace }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_GPTMODEL: ${{ secrets.OPENAI_GPTMODEL }}
OPENAI_TEMPERATURE: ${{ secrets.OPENAI_TEMPERATURE }}
OPENAI_TOKENS: ${{ secrets.OPENAI_TOKENS }}
run: |
pytest

0 comments on commit c0b40d6

Please sign in to comment.