File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -15,22 +15,22 @@ permissions:
1515# ## TODO: Also remove `java-release` workflow from this repo's .github/workflows folder once the repo is public.
1616
1717jobs :
18- rl-scanner :
19- uses : ./.github/workflows/rl-scanner.yml
20- with :
21- java-version : 8.0.402-zulu
22- artifact-name : ' auth0-release.aar'
23- secrets :
24- RLSECURE_LICENSE : ${{ secrets.RLSECURE_LICENSE }}
25- RLSECURE_SITE_KEY : ${{ secrets.RLSECURE_SITE_KEY }}
26- SIGNAL_HANDLER_TOKEN : ${{ secrets.SIGNAL_HANDLER_TOKEN }}
27- PRODSEC_TOOLS_USER : ${{ secrets.PRODSEC_TOOLS_USER }}
28- PRODSEC_TOOLS_TOKEN : ${{ secrets.PRODSEC_TOOLS_TOKEN }}
29- PRODSEC_TOOLS_ARN : ${{ secrets.PRODSEC_TOOLS_ARN }}
18+ # rl-scanner:
19+ # uses: ./.github/workflows/rl-scanner.yml
20+ # with:
21+ # java-version: 8.0.402-zulu
22+ # artifact-name: 'auth0-release.aar'
23+ # secrets:
24+ # RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }}
25+ # RLSECURE_SITE_KEY: ${{ secrets.RLSECURE_SITE_KEY }}
26+ # SIGNAL_HANDLER_TOKEN: ${{ secrets.SIGNAL_HANDLER_TOKEN }}
27+ # PRODSEC_TOOLS_USER: ${{ secrets.PRODSEC_TOOLS_USER }}
28+ # PRODSEC_TOOLS_TOKEN: ${{ secrets.PRODSEC_TOOLS_TOKEN }}
29+ # PRODSEC_TOOLS_ARN: ${{ secrets.PRODSEC_TOOLS_ARN }}
3030
3131 release :
3232 uses : ./.github/workflows/java-release.yml
33- needs : rl-scanner
33+ # needs: rl-scanner
3434 with :
3535 java-version : 8.0.402-zulu
3636 secrets :
You can’t perform that action at this time.
0 commit comments