Skip to content

Commit

Permalink
added API secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Kulaga committed Jun 4, 2024
1 parent 3dafce7 commit c3dbd24
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
matrix:
python-version: ["3.10", "3.11"]

env:
GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}

steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -61,4 +64,5 @@ jobs:
$HOME/micromamba/micromamba run -r $HOME/micromamba -n just-agents which pytest
$HOME/micromamba/micromamba run -r $HOME/micromamba -n just-agents pytest
env:
MAMBA_ROOT_PREFIX: $HOME/micromamba
MAMBA_ROOT_PREFIX: $HOME/micromamba
GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}

0 comments on commit c3dbd24

Please sign in to comment.