File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -15,22 +15,22 @@ permissions:
15
15
# ## TODO: Also remove `java-release` workflow from this repo's .github/workflows folder once the repo is public.
16
16
17
17
jobs :
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 }}
30
30
31
31
release :
32
32
uses : ./.github/workflows/java-release.yml
33
- needs : rl-scanner
33
+ # needs: rl-scanner
34
34
with :
35
35
java-version : 8.0.402-zulu
36
36
secrets :
You can’t perform that action at this time.
0 commit comments