assuming we have 10 users under the DevOps team. which only they can promote to prod. the current implementation forces us to add them one by one manually.
Is there any way we can add a group located under Github?
--env=PRIVILEGED_USERS=ORG_NAME\DevOps --env=USER_PERMISSIONS=ORG_NAME\DevOps:production;uat
Thanks!
assuming we have 10 users under the
DevOpsteam. which only they can promote toprod. the current implementation forces us to add them one by one manually.Is there any way we can add a group located under Github?
--env=PRIVILEGED_USERS=ORG_NAME\DevOps --env=USER_PERMISSIONS=ORG_NAME\DevOps:production;uatThanks!