cdk-pipelines-github icon indicating copy to clipboard operation
cdk-pipelines-github copied to clipboard

Results 41 cdk-pipelines-github issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

p1
feature-request
effort-medium

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...

feature-request
p2
effort-medium

### 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...

feature-request
p2
effort-medium

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...

bug
p1
effort-small

Any plans for Golang support? I assume the Go code can be generated like most of the other CDK things?

effort-small
feature-request
p2

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...

bug
p1
effort-small

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...

feature-request
p2
effort-medium