Skip to content

Commit 014da80

Browse files
committed
Update eval.yml
1 parent 336eced commit 014da80

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/eval.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
env:
1818
GEMINI_API_KEY: ${{ secrets.REPO_GEMINI_API_KEY }}
1919
run: |
20+
if [ -z "$GEMINI_API_KEY" ]; then
21+
echo "ERROR: GEMINI_API_KEY is not set"
22+
exit 1
23+
fi
2024
echo "GEMINI_API_KEY has ${#GEMINI_API_KEY} characters"
2125
2226

0 commit comments

Comments
 (0)