mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-22 09:17:33 -07:00
fix(ci): Pass GEMINI_API_KEY secret to E2E workflow
This commit is contained in:
@@ -49,6 +49,8 @@ jobs:
|
||||
uses: './.github/workflows/e2e.yml'
|
||||
with:
|
||||
version: '${{ needs.build-and-publish.outputs.version }}'
|
||||
secrets:
|
||||
GEMINI_API_KEY: '${{ secrets.GEMINI_API_KEY }}'
|
||||
|
||||
bundle-size:
|
||||
name: 'Bundle Size Check'
|
||||
|
||||
Reference in New Issue
Block a user