From 154926676cc95dc8571a0128acb7cf6a2f49c1d3 Mon Sep 17 00:00:00 2001 From: Eran Turgeman Date: Tue, 4 Jun 2024 14:21:38 +0300 Subject: [PATCH] . --- .github/workflows/oidc-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/oidc-test.yml b/.github/workflows/oidc-test.yml index 2cf17e2d1..b328cc035 100644 --- a/.github/workflows/oidc-test.yml +++ b/.github/workflows/oidc-test.yml @@ -38,7 +38,7 @@ jobs: run: | curl -X POST "${{ secrets.JFROG_PLATFORM_URL }}/access/api/v1/oidc" -H "Content-Type: application/json" -H "Authorization: Bearer ${{ secrets.JFROG_PLATFORM_RT_TOKEN }}" -d '{ "name": "${{ env.OIDC_PROVIDER_NAME }}", - "issuer_url": "https://token.actions.githubusercontent.com/", + "issuer_url": "https://token.actions.githubusercontent.com", "provider_type": "GitHub", "description": "This is a test configuration created for OIDC-Access integration test" }' @@ -80,7 +80,7 @@ jobs: shell: bash run: test -n "${{ steps.setup-jfrog-cli.outputs.oidc-token }}" - # Removing the OIDC integration will remove the Identity Mapping as well BLABLA + # Removing the OIDC integration will remove the Identity Mapping as well - name: Delete OIDC integration shell: bash if: always()