Skip to content

Commit 9f10f07

Browse files
committed
build: use new test application & hide app keys
1 parent 83b91fb commit 9f10f07

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
pip install -e .'[test]'
5858
- name: Run tests with ${{ matrix.python-version }}
5959
env:
60-
APP_ID: 8FfQwpvihLHK4htqmtEvkNrv
61-
APP_KEY: eE9tNOcCiWoMHM1phxY41rAz
62-
MASTER_KEY: 75zAjEJSj7lifKQqKSTryae9
60+
APP_ID: YJRGphy60b8JCBib0vtDDtak-MdYXbMMI
61+
APP_KEY: ${{ secrets.APP_KEY }}
62+
MASTER_KEY: ${{ secrets.MASTER_KEY }}
6363
USE_REGION: US
6464
run:
6565
nosetests -v

0 commit comments

Comments
 (0)