cdk-pipelines-github
cdk-pipelines-github copied to clipboard
Fixes #302.
This library is modeled after CDK Pipelines, and is meant to be feature complete compared to that library. There is one difference however -- CDK Pipelines is a CDK construct...
I would like to use a slightly different authentication pattern where each stage uses its own GHA role. The current configuration appears to only support a single role for the...
### Use case We would like to add a e2e test after deploy step, this can be achieved by adding `option` with `ShellStep` . The problem for this case is...
This is an attempt to resolve #222 Fixes #222
The line: https://github.com/cdklabs/cdk-pipelines-github/blob/main/src/pipeline.ts#L300 does not seem to work when the stack contains tokens. For example. I create the GitHub OIDC role in an app in my root CDK template, and...
Any plans for Golang support? I assume the Go code can be generated like most of the other CDK things?
I would like to run the pipeline actions in a working directory under my repository root. e.g. My CDK app files are in `./cdk/`. I currently do this using: ```...
I have a pipeline that consists of two stages (staging and prod) deploying the same stack to different accounts depending on the branch. This correctly generates two independent workflows but...
It is a bit annoying and error-prone to re-generate the GitHub Actions file every time there is a new asset is added. Which can be ambiguous as many constructs add...