From 34051e61ea3523556405eb05f06a9ed0827ba507 Mon Sep 17 00:00:00 2001 From: Bagatur Date: Wed, 13 Dec 2023 16:14:46 -0800 Subject: [PATCH] google api key --- .github/workflows/_release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 483aec66910be..9161f73672b3a 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -151,6 +151,8 @@ jobs: - name: Run integration tests if: ${{ startsWith(inputs.working-directory, 'libs/partners/') }} + env: + GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }} run: make integration_tests working-directory: ${{ inputs.working-directory }}