Skip to content

Commit 662b3d4

Browse files
authored
Update ci.yml with new api key names.
1 parent 2a67cb4 commit 662b3d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
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.ATD_API_KEY }}
29-
RAPID_API_KEY: ${{ secrets.RAPID_API_KEY }}
30-
SULU_API_KEY: ${{ secrets.SULU_API_KEY }}
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 }}
3131
run: |
3232
pipenv run pytest -vv

0 commit comments

Comments
 (0)