We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9838b commit 906fecdCopy full SHA for 906fecd
lib/pipeline-stack/index.ts
@@ -32,7 +32,7 @@ export default class PipelineConstruct extends cdk.Construct {
32
.repository({
33
repoUrl: 'ssp-eks-patterns',
34
credentialsSecretName: 'github-token',
35
- branch: 'feature/acm-integration'
+ branch: 'main'
36
})
37
.stage({
38
id: 'us-west-1-managed-ssp',
0 commit comments