We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cd1503 + c003c22 commit 7263c0cCopy full SHA for 7263c0c
.github/workflows/run-tests.yml
@@ -39,6 +39,10 @@ jobs:
39
python -m pip install coveralls coverage-lcov toml
40
- name: Execute tests with tox
41
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 }}
46
TOXENV: ${{ matrix.tox-env }}
47
run: |
48
tox
SECURITY.md
@@ -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