We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d95a3 commit b99bfdaCopy full SHA for b99bfda
.github/workflows/test.yml
@@ -28,5 +28,7 @@ jobs:
28
pip install -e .
29
30
- name: Run tests
31
+ env:
32
+ WATERCRAWL_API_KEY: ${{ secrets.WATERCRAWL_API_KEY }}
33
run: |
34
pytest src/watercrawl/tests.py
0 commit comments