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
+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'