Skip to content

Commit daf998d

Browse files
committed
Added secrets to actions to run test example
1 parent 7af9125 commit daf998d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
python -m pip install coveralls coverage-lcov toml
4040
- name: Execute tests with tox
4141
env:
42+
AUTH0_USERNAME: ${{ secrets.AUTH0_USERNAME }}
43+
AUTH0_PASSWORD: ${{ secrets.AUTH0_PASSWORD }}
44+
AUTH0_PKCE_CLIENT_ID: ${{ secrets.AUTH0_PKCE_CLIENT_ID }}
45+
AUTH0_DOMAIN: ${{ secrets.AUTH0_DOMAIN }}
4246
TOXENV: ${{ matrix.tox-env }}
4347
run: |
4448
tox

0 commit comments

Comments
 (0)