Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Update main.yml #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: fjogeleit/[email protected]
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
Expand All @@ -33,7 +33,7 @@ jobs:
uses: fjogeleit/[email protected]
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
Expand All @@ -44,10 +44,10 @@ jobs:
uses: fjogeleit/[email protected]
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"
file: "super_weather_v2.json"