File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ permissions:
1212
1313jobs :
1414 rl-scanner :
15- uses : ./.github/workflows/rl-scanner
16- with :
17- python-version : 3.10
18- artifact-name : " auth0-python.tgz"
19- secrets :
20- RLSECURE_LICENSE : ${{ secrets.RLSECURE_LICENSE }}
21- RLSECURE_SITE_KEY : ${{ secrets.RLSECURE_SITE_KEY }}
22- SIGNAL_HANDLER_TOKEN : ${{ secrets.SIGNAL_HANDLER_TOKEN }}
23- PRODSEC_TOOLS_USER : ${{ secrets.PRODSEC_TOOLS_USER }}
24- PRODSEC_TOOLS_TOKEN : ${{ secrets.PRODSEC_TOOLS_TOKEN }}
25- PRODSEC_TOOLS_ARN : ${{ secrets.PRODSEC_TOOLS_ARN }}
15+ uses : ./.github/workflows/rl-scanner
16+ with :
17+ python-version : 3.10
18+ artifact-name : " auth0-python.tgz"
19+ secrets :
20+ RLSECURE_LICENSE : ${{ secrets.RLSECURE_LICENSE }}
21+ RLSECURE_SITE_KEY : ${{ secrets.RLSECURE_SITE_KEY }}
22+ SIGNAL_HANDLER_TOKEN : ${{ secrets.SIGNAL_HANDLER_TOKEN }}
23+ PRODSEC_TOOLS_USER : ${{ secrets.PRODSEC_TOOLS_USER }}
24+ PRODSEC_TOOLS_TOKEN : ${{ secrets.PRODSEC_TOOLS_TOKEN }}
25+ PRODSEC_TOOLS_ARN : ${{ secrets.PRODSEC_TOOLS_ARN }}
2626 publish-pypi :
2727 if : github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged && startsWith(github.event.pull_request.head.ref, 'release/'))
2828 name : " PyPI"
You can’t perform that action at this time.
0 commit comments