We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a67cb4 commit 662b3d4Copy full SHA for 662b3d4
.github/workflows/ci.yml
@@ -25,8 +25,8 @@ jobs:
25
pipenv install -e .
26
- name: Test with pytest
27
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 }}
+ ATD_API_KEY: ${{ secrets.JUDGE0_ATD_API_KEY }}
+ RAPID_API_KEY: ${{ secrets.JUDGE0_RAPID_API_KEY }}
+ SULU_API_KEY: ${{ secrets.JUDGE0_SULU_API_KEY }}
31
run: |
32
pipenv run pytest -vv
0 commit comments