in src/Saas.Lib/Deployment.Script.Modules/patch-github-workflow.py [0:0]
def get_app_value(config: dict, app_name: str, key: str) -> str: for item in config['appRegistrations']: if item['name'] == app_name: return item[key]