1 parent 58a8c95 commit 47928eaCopy full SHA for 47928ea
1 file changed
.github/workflows/ci.yml
@@ -31,6 +31,8 @@ jobs:
31
32
- name: Pytest
33
run: uv run pytest -q
34
+ env:
35
+ FACEIT_API_KEY: ${{ secrets.FACEIT_API_KEY }}
36
37
- name: Mypy
38
run: uv run mypy src --pretty
0 commit comments