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

Latest commit

 

History

History
11 lines (7 loc) · 524 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 524 Bytes

workflowCICD

CI/CD example of a conductor workflow

In this repo, we have 2 versions of a weather workflow. We are using CI/CD via a Github action to update the Conductor instance (in this case Orkes Playground.)

There are 4 steps to the action

  1. checkout
  2. authentication: using Github secrets to store the Key/Secret, we can call the token endpoint to generate a JWT token.
    1. Using the JWT token for authentication, we can send the two JSON files to conductor to update the workflows.