Skip to content

Commit 336eced

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/eval.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
environment: eval
1515
steps:
16-
- name: Check that key is available
16+
- name: Check that REPO_GEMINI_API_KEY is set and available
1717
env:
18-
GEMINI_API_KEY: ${{ secrets.ENV_GEMINI_API_KEY }}
18+
GEMINI_API_KEY: ${{ secrets.REPO_GEMINI_API_KEY }}
1919
run: |
2020
echo "GEMINI_API_KEY has ${#GEMINI_API_KEY} characters"
2121

0 commit comments

Comments
 (0)