ataylorme/AWS STS Assume Role Action

A GitHub Action calls AWS STS Assume Role and returns the resulting `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, and `AWS_SESSION_TOKEN` as GitHub Actions output.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
aws-regionThe AWS region to useyes
aws-access-key-idThe `AWS_ACCESS_KEY_ID` to useyes
aws-secret-access-keyThe `AWS_SECRET_ACCESS_KEY` to useyes
aws-arn-roleThe ARN value of the role to assumeyes
duration-secondsThe duration, in seconds, the temporary credentials are valid forno900
write-credentials-fileWhether or not to write the STS credentials to disknofalse

no outputs