We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b91fb commit 9f10f07Copy full SHA for 9f10f07
1 file changed
.github/workflows/pythonpackage.yml
@@ -57,9 +57,9 @@ jobs:
57
pip install -e .'[test]'
58
- name: Run tests with ${{ matrix.python-version }}
59
env:
60
- APP_ID: 8FfQwpvihLHK4htqmtEvkNrv
61
- APP_KEY: eE9tNOcCiWoMHM1phxY41rAz
62
- MASTER_KEY: 75zAjEJSj7lifKQqKSTryae9
+ APP_ID: YJRGphy60b8JCBib0vtDDtak-MdYXbMMI
+ APP_KEY: ${{ secrets.APP_KEY }}
+ MASTER_KEY: ${{ secrets.MASTER_KEY }}
63
USE_REGION: US
64
run:
65
nosetests -v
0 commit comments