We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94393d0 commit 09853b0Copy full SHA for 09853b0
.github/workflows/config.yml
@@ -42,6 +42,8 @@ jobs:
42
PETPY_PETFINDER_KEY: ${{ secrets.PETPY_PETFINDER_KEY }}
43
PETPY_PETFINDER_SECRET_KEY: ${{ secrets.PETPY_PETFINDER_SECRET_KEY }}
44
run: |
45
+ echo $PETPY_PETFINDER_KEY
46
+ echo $PETPY_PETFINDER_SECRET_KEY
47
pytest
48
49
- name: Codecov
0 commit comments