Skip to content

Commit

Permalink
ci: Adding CF API keys to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed Oct 19, 2024
1 parent cb4ec79 commit 9a310a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,6 @@ jobs:
poetry run pytest
env:
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
CF_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
CF_GATEWAY_ENDPOINT: ${{ secrets.CF_GATEWAY_ENDPOINT }}

0 comments on commit 9a310a6

Please sign in to comment.