From 9696acf6ce7204a38326a119bdea10c7d11adda9 Mon Sep 17 00:00:00 2001 From: Niraimathi Gunalan Date: Thu, 6 Jun 2024 17:56:00 +0100 Subject: [PATCH] Update send-to-discovery.yml --- .github/workflows/send-to-discovery.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/send-to-discovery.yml b/.github/workflows/send-to-discovery.yml index 5246ed9..a3b8fda 100644 --- a/.github/workflows/send-to-discovery.yml +++ b/.github/workflows/send-to-discovery.yml @@ -6,6 +6,7 @@ env: API_HOST: apps.dw-rosa-01.oweu.p1.openshiftapps.com # platform_api_prefix is not required to change for ApiConnect on Cloud PLATFORM_API_PREFIX: production-mgmt-platform-api-apic + INSECURE_SKIP_TLS_VERIFY: True PROVIDER_ORG: e2etest1 #API_FILES: APIfolder/uber-api.json API_FOLDERS: APIfolder,APIfolderTwo @@ -24,6 +25,7 @@ jobs: with: api_host: ${{ env.API_HOST }} platform_api_prefix: ${{ env.PLATFORM_API_PREFIX }} + insecure_skip_tls_verify: ${{ INSECURE_SKIP_TLS_VERIFY }} provider_org: ${{ env.PROVIDER_ORG }} api_key: ${{ secrets.apicApikey }} api_files: ${{ env.API_FILES }}