From 6cf55c4540e60f7cfb11320b536b303eaf7f2e3d Mon Sep 17 00:00:00 2001 From: neethucleetus <48414154+neethucleetus@users.noreply.github.com> Date: Thu, 6 Oct 2022 12:20:56 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d87aa8d..b610418 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: uses: fjogeleit/http-request-action@v1.9.1 with: # Request URL - url: 'https://play.orkes.io/api/token' + url: 'https://pg-staging.orkesconductor.com/api/token' # Request Method method: 'POST' # optional, default is POST # Content Type @@ -33,7 +33,7 @@ jobs: uses: fjogeleit/http-request-action@v1.9.1 with: # Set the secret as an input # Request URLss - url: 'https://play.orkes.io/api/metadata/workflow' + url: 'https://pg-staging.orkesconductor.com/api/metadata/workflow' customHeaders: '{"X-Authorization": "${{ fromJson(steps.authenticate.outputs.response).token }}"}' # Request Method method: 'PUT' # optional, default is POSTss @@ -44,10 +44,10 @@ jobs: uses: fjogeleit/http-request-action@v1.9.1 with: # Set the secret as an input # Request URLss - url: 'https://play.orkes.io/api/metadata/workflow' + url: 'https://pg-staging.orkesconductor.com/api/metadata/workflow' customHeaders: '{"X-Authorization": "${{ fromJson(steps.authenticate.outputs.response).token }}"}' # Request Method method: 'PUT' # optional, default is POSTss # Content Type contentType: 'application/json' - file: "super_weather_v2.json" \ No newline at end of file + file: "super_weather_v2.json"