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"