There was an error while loading. Please reload this page.
1 parent 336eced commit 014da80Copy full SHA for 014da80
1 file changed
.github/workflows/eval.yml
@@ -17,6 +17,10 @@ jobs:
17
env:
18
GEMINI_API_KEY: ${{ secrets.REPO_GEMINI_API_KEY }}
19
run: |
20
+ if [ -z "$GEMINI_API_KEY" ]; then
21
+ echo "ERROR: GEMINI_API_KEY is not set"
22
+ exit 1
23
+ fi
24
echo "GEMINI_API_KEY has ${#GEMINI_API_KEY} characters"
25
26
0 commit comments