You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
d3259e7: Support multiple usages of GuGithubActionsRole in a single AWS account
This significantly changes the resources constructed by GuGithubActionsRole,
specifically, the construct will no longer instantiate a GitHubOidcProvider.
This is because you can only ever have one GitHubOidcProvider per provider
domain (ie token.actions.githubusercontent.com) - while we may want multiple
instances of GuGithubActionsRole in an AWS account, we can't have the GuGithubActionsRole construct trying to make a new GitHubOidcProvider with
each instance.