dwardu89 / aws-ssm-parameter-store

A GitHub Action to store parameters into AWS Systems Manager Parameter Store.
Apache License 2.0
10 stars 10 forks source link

Can't use AWS creds #14

Open kjamaal opened 3 years ago

kjamaal commented 3 years ago

Documentation states this action is intended to be used with the Environments feature. I've never used that but I'm guessing the action gets identity information from that. The environments feature only works in a public repo according to the documentation https://docs.github.com/en/actions/reference/environments#about-environments. Would you mind if I updated this action to take in AWS secrets as parameters?

dwardu89 commented 3 years ago

@kjamaal Certainly, just raise a pull request and we can discuss the changes. Anything that adds further functionality to this will be great! Thanks

kjamaal commented 3 years ago

https://github.com/dwardu89/aws-ssm-parameter-store/pull/15

I can work on those failed checks if they need to pass before review