From 7b5f65ef18a549e886962ef5afabd0449b829d96 Mon Sep 17 00:00:00 2001 From: Bagatur Date: Fri, 15 Dec 2023 15:25:15 -0800 Subject: [PATCH] ci --- .github/workflows/_integration_test.yml | 1 + .github/workflows/_release.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/_integration_test.yml b/.github/workflows/_integration_test.yml index b1eff7b2b6dd9..649c45c98d4e5 100644 --- a/.github/workflows/_integration_test.yml +++ b/.github/workflows/_integration_test.yml @@ -41,6 +41,7 @@ jobs: shell: bash env: GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }} + MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }} run: | make integration_tests diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 5968685a9f486..9f92c89c4c6a9 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -161,6 +161,7 @@ jobs: if: ${{ startsWith(inputs.working-directory, 'libs/partners/') }} env: GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }} + MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }} run: make integration_tests working-directory: ${{ inputs.working-directory }}