Skip to content

Commit a2e9b9f

Browse files
Add LLM provider configuration to .env file in CI workflow
1 parent d12eb9c commit a2e9b9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: Create .env file with GitHub Secrets
3838
run: |
3939
echo "FRONTEND_URL=${{ secrets.FRONTEND_URL }}" >> backend/app/.env
40+
41+
# LLM Provider
42+
echo "PROVIDER=${{ secrets.PROVIDER }}" >> backend/app/.env
4043
4144
# Azure OpenAI Configuration
4245
echo "AZURE_API_VERSION=${{ secrets.AZURE_API_VERSION }}" >> backend/app/.env

0 commit comments

Comments
 (0)