Skip to content

Commit 4049e09

Browse files
committed
🔧 chore: add OpenAI API key to CI workflow
🔧 chore: add OpenAI API key to CI workflow 🔧 CI Configuration: - Added environment variable for OpenAI API key - Ensured secure access to OpenAI API in CI tests This update enhances the CI configuration by including the OpenAI API key as an environment variable for testing.
1 parent a8d5b8a commit 4049e09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
poetry run pip install -e .
9595
9696
- name: Run tests
97+
env:
98+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
9799
run: |
98100
source .venv/bin/activate
99101
poetry run pytest --cov=commitloom --cov-report=xml

0 commit comments

Comments
 (0)