Skip to content

Releases: kneemaa/github-action-rotate-aws-secrets

v1.3.0

17 Apr 08:17
873e21c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

29 Oct 02:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

IAM Username Optional

12 Feb 04:25
a0336cf
Compare
Choose a tag to compare

IAM Username is now optional,

  • Action will use the username of the aws credentials being set. Otherwise you can set the username of the user you want to rotate. (@marcohutzsch1234 )

GITHUB_TOKEN is replaced by PERSONAL_ACCESS_TOKEN

GITHUB_TOKEN only has access to the repository the action is being run in. Using a PERSONAL_ACCESS_TOKEN will give the action the ability to update repositories other than the one it is being run in. (@marcohutzsch1234 )

v1.0.3

27 Aug 05:22
50f0cac
Compare
Choose a tag to compare

Feature

Bugfixes

  • Old key deletes after successful update (@kapcod)

Session Token Supported

18 May 03:35
1769bd0
Compare
Choose a tag to compare

Thanks to @LaurenceGA you can now pass in the session token if you need to.

Fixes Default Environment Var

27 Apr 15:23
Compare
Choose a tag to compare

Github Secret Key Name value was not being overridden when defined in the workflow.

v1.0.0

16 Apr 01:47
959fa32
Compare
Choose a tag to compare
Update README.md

fixing type in example