diff --git a/lib/github-actions-role-stack.ts b/lib/github-actions-role-stack.ts index e2fd75d..39b54cb 100644 --- a/lib/github-actions-role-stack.ts +++ b/lib/github-actions-role-stack.ts @@ -22,7 +22,7 @@ export class GithubActionsRoleStack extends cdk.Stack { // Sets the Username/Organization, Repo, that AWS will allow to be deployed from. // Only the specific repo will be allowed, using temporary keys with OIDC. // 'repo:/:*' - 'repo:sghost13/gh-aws-deploy-oidc:*' + 'repo:sghost13/gh-aws-deploy-oidc*' ] }, },