Xcode Cloud API - Environment variables

I'm searching for a method to establish workflow variables that can be updated periodically via API.

Currently, we employ environment variables to store identical values across multiple workflows and apps. However, the ciworkflowupdaterequest API doesn't permit updates to these values.

Could you recommend the optimal way to store shared variables that are utilized by several workflows and apps?

Also, is there a method to modify these values through the Xcode Cloud API?

Post not yet marked as solved Up vote post of maxibra Down vote post of maxibra
503 views