Relative Content

Tag Archive for yaml

How to show shorted pins on connector using WireViz

How do I modify the attached YAML file below to short pin-4 and pin-8 of connector J-1 using WireViz? The .jpg file attached shows how the YAML file will run in the current configuration. I am working with WireViz the first time.Current YAML File Results

passing secrets to reusable worflow

I’m facing a secrets configuration issue with my workflows. I have a caller workflow and a called workflow, where I’ve set a secret named OPEN_AI_KEY. However, the called workflow fails, indicating that OPEN_AI_KEY is not set. Should I reference the secret from the caller workflow, or is there something else I might be overlooking?