Skip to content

Commit

Permalink
feat: Add environment variable setup for OpenAI API key in GitHub Act…
Browse files Browse the repository at this point in the history
…ions workflow
  • Loading branch information
onuratakan committed Jan 6, 2025
1 parent 71b89ee commit b64740a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run_uv_commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
run: |
uv sync
- name: Set Environment Variables
run: echo "OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}" >> $GITHUB_ENV

- name: Run Tools Server
run: |
uv run run_tools_server.py &
Expand All @@ -36,4 +40,4 @@ jobs:
- name: Run Pre-commit
run: |
uvx pre-commit run
uvx pre-commit run

0 comments on commit b64740a

Please sign in to comment.