ci: add secrets to E2E test job

This commit is contained in:
mkorwel
2026-04-24 14:51:13 +00:00
parent 6ace7a9f58
commit 43147ba059
+4
View File
@@ -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'