We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e63f665 commit 336ecedCopy full SHA for 336eced
1 file changed
.github/workflows/eval.yml
@@ -13,9 +13,9 @@ jobs:
13
runs-on: ubuntu-latest
14
environment: eval
15
steps:
16
- - name: Check that key is available
+ - name: Check that REPO_GEMINI_API_KEY is set and available
17
env:
18
- GEMINI_API_KEY: ${{ secrets.ENV_GEMINI_API_KEY }}
+ GEMINI_API_KEY: ${{ secrets.REPO_GEMINI_API_KEY }}
19
run: |
20
echo "GEMINI_API_KEY has ${#GEMINI_API_KEY} characters"
21
0 commit comments