Skip to content

Commit

Permalink
update environment based deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sg committed Jun 24, 2024
1 parent 792904a commit 4137617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github-actions-role-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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:<USER/ORG_NAME>/<REPO>:*'
'repo:sghost13/gh-aws-deploy-oidc:*'
'repo:sghost13/gh-aws-deploy-oidc*'
]
},
},
Expand Down

0 comments on commit 4137617

Please sign in to comment.