File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -114,12 +114,12 @@ jobs:
114114 shell : bash
115115 run : test -n "${{ steps.setup-jfrog-cli.outputs.oidc-token }}"
116116
117- cleanup-oidc-integration :
118- if : always()
119- runs-on : ubuntu-latest
120- steps :
121- - name : Delete OIDC integration
122- shell : bash
123- run : |
124- curl -X DELETE "${{ secrets.JFROG_PLATFORM_URL }}/access/api/v1/oidc/${{ needs.generate-oidc-integration.outputs.oidc_provider_name }}" \
125- -H "Authorization: Bearer ${{ secrets.JFROG_PLATFORM_RT_TOKEN }}"
117+ # cleanup-oidc-integration:
118+ # if: always()
119+ # runs-on: ubuntu-latest
120+ # steps:
121+ # - name: Delete OIDC integration
122+ # shell: bash
123+ # run: |
124+ # curl -X DELETE "${{ secrets.JFROG_PLATFORM_URL }}/access/api/v1/oidc/${{ needs.generate-oidc-integration.outputs.oidc_provider_name }}" \
125+ # -H "Authorization: Bearer ${{ secrets.JFROG_PLATFORM_RT_TOKEN }}"
You can’t perform that action at this time.
0 commit comments