aws-actions / configure-aws-credentials

Configure AWS credential environment variables for use in other GitHub Actions.
MIT License
2.43k stars 466 forks source link

feat: Add MFA serial and token support #1124

Open catz-lw opened 1 month ago

catz-lw commented 1 month ago

Resolves issue https://github.com/aws-actions/configure-aws-credentials/issues/184

Add an optional MFA device serial number and one-time token to the workflow inputs.

This PR has been tested with a role that requires MFA and thus run with a real-world serial number and tokens.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.