Skip to content

Commit bc3855c

Browse files
committed
Dont delete for debug
1 parent 34a8136 commit bc3855c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/oidc-integration-test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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 }}"

0 commit comments

Comments
 (0)