Skip to content

Commit

Permalink
build: use new test application & hide app keys
Browse files Browse the repository at this point in the history
  • Loading branch information
weakish committed Dec 7, 2021
1 parent 83b91fb commit 9f10f07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
pip install -e .'[test]'
- name: Run tests with ${{ matrix.python-version }}
env:
APP_ID: 8FfQwpvihLHK4htqmtEvkNrv
APP_KEY: eE9tNOcCiWoMHM1phxY41rAz
MASTER_KEY: 75zAjEJSj7lifKQqKSTryae9
APP_ID: YJRGphy60b8JCBib0vtDDtak-MdYXbMMI
APP_KEY: ${{ secrets.APP_KEY }}
MASTER_KEY: ${{ secrets.MASTER_KEY }}
USE_REGION: US
run:
nosetests -v
Expand Down

0 comments on commit 9f10f07

Please sign in to comment.