Skip to content
Compare
Choose a tag to compare
@abhilash1in abhilash1in released this 16 Feb 17:08
· 2 commits to master since this release

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.