Skip to content

Commit 7263c0c

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master'
2 parents 8cd1503 + c003c22 commit 7263c0c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-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

SECURITY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Security contact information
2+
3+
To report a security vulnerability, please use the
4+
[Tidelift security contact](https://tidelift.com/security).
5+
Tidelift will coordinate the fix and disclosure.

0 commit comments

Comments
 (0)