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: