Skip to content

Commit

Permalink
infra: add openai api key to integration tests (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Mar 26, 2024
1 parent 92b160d commit 8a30585
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ jobs:
ES_API_KEY: ${{ secrets.ES_API_KEY }}
ES_CLOUD_ID: ${{ secrets.ES_CLOUD_ID }}
ES_URL: ${{ secrets.ES_URL }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: make integration_tests
working-directory: ${{ inputs.working-directory }}

Expand Down

0 comments on commit 8a30585

Please sign in to comment.