Skip to content

Commit ba35689

Browse files
Import VULNEBIFY_API_KEY secret to tests' workflow
1 parent 219c4c7 commit ba35689

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run_tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,7 @@ jobs:
3131
pip install .
3232
3333
- name: Run tests
34+
env:
35+
VULNEBIFY_API_KEY: ${{ secrets.VULNEBIFY_API_KEY }}
3436
run: |
3537
pytest .

0 commit comments

Comments
 (0)