fix(ci): Pass GEMINI_API_KEY secret to E2E workflow

This commit is contained in:
mkorwel
2025-10-22 12:34:19 -07:00
parent dc2aa1ead7
commit be08763cfa
3 changed files with 5 additions and 0 deletions
+3
View File
@@ -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:
+2
View File
@@ -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'