"I've created a scratch org via CumulusCI within a GitHub Action workflow using a cci flow, and I need to make it available for other projects in the same workflow (robot framework tests project for example). What steps do I need to take to achieve this? Can someone provide guidance on how to make a scratch org created with CumulusCI within a GitHub Action workflow accessible to other projects in the same workflow?"
One approach I tried was appending the --global-org flag to my command, like so: 'cci flow run packageX_deploy --org dev --global-org'. However, this didn't work.