aws-codebuild-run-build icon indicating copy to clipboard operation
aws-codebuild-run-build copied to clipboard

env-vars-for-codebuild should support type of variable not just PLAINTEXT

Open rohit-pdmi opened this issue 1 year ago • 0 comments

AWS Codebuild supports Environment Variable supports PLAINTEXT | PARAMETER_STORE | SECRETS_MANAGER as mentioned https://docs.aws.amazon.com/codebuild/latest/APIReference/API_EnvironmentVariable.html.

The github actions only supports PLAINTEXT. Support for PARAMETER_STORE | SECRETS_MANAGER should be added.

rohit-pdmi avatar Apr 03 '24 08:04 rohit-pdmi