Skip to content

Commit

Permalink
Update send-to-discovery.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NiraimathiGunalan authored Jun 6, 2024
1 parent 842893f commit 9696acf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/send-to-discovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 9696acf

Please sign in to comment.