Skip to content

Commit 34ab9b7

Browse files
authored
Fix env variables in ci.yml
1 parent 7253a7f commit 34ab9b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
pipenv install -e .
2626
- name: Test with pytest
2727
env: # Add necessary api keys as env variables.
28-
ATD_API_KEY: ${{ secrets.JUDGE0_ATD_API_KEY }}
29-
RAPID_API_KEY: ${{ secrets.JUDGE0_RAPID_API_KEY }}
30-
SULU_API_KEY: ${{ secrets.JUDGE0_SULU_API_KEY }}
28+
JUDGE0_ATD_API_KEY: ${{ secrets.JUDGE0_ATD_API_KEY }}
29+
JUDGE0_RAPID_API_KEY: ${{ secrets.JUDGE0_RAPID_API_KEY }}
30+
JUDGE0_SULU_API_KEY: ${{ secrets.JUDGE0_SULU_API_KEY }}
3131
run: |
3232
pipenv run pytest -vv

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy