We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219c4c7 commit ba35689Copy full SHA for ba35689
.github/workflows/run_tests.yaml
@@ -31,5 +31,7 @@ jobs:
31
pip install .
32
33
- name: Run tests
34
+ env:
35
+ VULNEBIFY_API_KEY: ${{ secrets.VULNEBIFY_API_KEY }}
36
run: |
37
pytest .
0 commit comments