Skip to content

Commit

Permalink
use github secrets in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bendsouza2 committed Jul 22, 2024
1 parent 1f597b9 commit 264f9ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:

runs-on: ubuntu-latest

env:
openai_key: ${{ secrets.OPENAI_KEY }}
rapid_api_key: ${{ secrets.RAPID_API_KEY }}

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
config.py
.env

0 comments on commit 264f9ea

Please sign in to comment.