Skip to content

Commit 0932d18

Browse files
committed
Use API key from secret
1 parent 843843d commit 0932d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
pipenv install -d
2828
- name: Test with pytest
2929
run: |
30-
pipenv run pytest
30+
SCUTTLE_API_KEY=${{ secrets.SCUTTLE_API_KEY }} pipenv run pytest

0 commit comments

Comments
 (0)