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 27, 2024
1 parent e5c306c commit 6fefaab
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/send-to-discovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: Send Discovered API to ApiConnect
on: [pull_request, workflow_dispatch, push]

env:
API_HOST: apps.dw-rosa-01.oweu.p1.openshiftapps.com
API_HOST: apps.e2etest-sanity-ocp.cp.fyre.ibm.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
PROVIDER_ORG: api-test
API_FILES: APIfolder/api-with-examples.yaml
#API_FOLDERS: APIfolder,APIfolderTwo

Expand All @@ -25,7 +24,6 @@ jobs:
with:
api_host: ${{ env.API_HOST }}
platform_api_prefix: ${{ env.PLATFORM_API_PREFIX }}
insecure_skip_tls_verify: ${{ env.INSECURE_SKIP_TLS_VERIFY }}
provider_org: ${{ env.PROVIDER_ORG }}
api_key: ${{ secrets.apicApikey }}
api_files: ${{ env.API_FILES }}
Expand Down

0 comments on commit 6fefaab

Please sign in to comment.