mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-14 05:17:18 -07:00
fix(ci): Pass GEMINI_API_KEY secret to E2E workflow
This commit is contained in:
@@ -9,6 +9,9 @@ on:
|
||||
description: 'The version of the published package'
|
||||
required: true
|
||||
type: 'string'
|
||||
secrets:
|
||||
GEMINI_API_KEY:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
e2e_linux:
|
||||
|
||||
@@ -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