We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ccac31 commit ccb7f9cCopy full SHA for ccb7f9c
1 file changed
.github/workflows/ci.yml
@@ -38,5 +38,8 @@ jobs:
38
39
# Step 5: Run the unit tests with Pytest
40
- name: Test with Pytest
41
+ # Add this 'env' block to inject the secret
42
+ env:
43
+ OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
44
run: |
45
pytest
0 commit comments