sparse-intern-71089
07/28/2020, 2:52 AMbillowy-army-68599
clever-plumber-29709
07/28/2020, 5:54 PMbillowy-army-68599
Pulumi.<stackname>.yaml
that it's set correctly? Can you also double check that the aws keys you're using in the action have access to that KMS key. I can't seem to repro this at the momentclever-plumber-29709
07/28/2020, 8:08 PMsecretsprovider: <awskms://a26f6499-1234-1234-ba8e-asdasdasd?region=us-east-1>
encryptedkey: AQICAHhccp+(....)==
config:
github:organization: some-org
Only thing i can think about is that I used the same kms for another project, but since in local it works i'm not sure if that is a problembillowy-army-68599
billowy-army-68599
-s <stackname>
clever-plumber-29709
07/28/2020, 8:28 PMbillowy-army-68599
with:
args: preview -s <stackname>
clever-plumber-29709
07/28/2020, 8:58 PMbillowy-army-68599
clever-plumber-29709
07/28/2020, 9:38 PM.pulumi/ci.json
file comes from?
On this project I only have one stack. But seems like if I use the same backed for different projects, all stacks appear 🤔billowy-army-68599
.pulumi/ci.json
yourselfclever-plumber-29709
07/29/2020, 1:16 AMclever-plumber-29709
07/29/2020, 3:08 PM# If there's no stack mapping file, we are on master, and there's a single stack, use it.
we are assuming that case, instead of checking for it?
Not sure if maybe I'm not getting the logic right, would like your feedback on that and I could open a PRs with some improvements there if that's the case