Changelog:
- We now use the official AWS action @aws-actions/configure-aws-credentials to handle AWS credentials. This opens up more ways of AuthN/AuthZ with AWS (like GitHub's OIDC provider and IAM roles). Please refer to the documentation for more details. This also means,
@abhilash1in/aws-secrets-manager-action
GitHub action does not have to touch your AWS credentials, so it is inherently more secure. - Minor bug fixes and code refactoring.