From 43147ba0597f8c216c2f6cc470257ff733e6603f Mon Sep 17 00:00:00 2001 From: mkorwel Date: Fri, 24 Apr 2026 14:51:13 +0000 Subject: [PATCH] ci: add secrets to E2E test job --- .github/workflows/ci-bundling-trial.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-bundling-trial.yml b/.github/workflows/ci-bundling-trial.yml index e3a398eb37..43de3dd0df 100644 --- a/.github/workflows/ci-bundling-trial.yml +++ b/.github/workflows/ci-bundling-trial.yml @@ -456,5 +456,9 @@ jobs: bundle-artifact: 'gemini-bundle' - name: 'Run Integration Tests' + env: + GEMINI_API_KEY: '${{ secrets.GEMINI_API_KEY }}' + KEEP_OUTPUT: 'true' + VERBOSE: 'true' run: 'npm run test:integration:sandbox:none' shell: 'bash'