chore: Add note about use with aws-cli to README (#181)

This commit is contained in:
allisaurus
2021-03-01 14:17:02 -08:00
committed by GitHub
parent 0550ff3fba
commit 3b07a5d7d6

View File

@@ -188,6 +188,11 @@ with:
```
In this case, your runner's credentials must have permissions to assume the role.
### Use with the AWS CLI
This workflow does _not_ install the [AWS CLI](https://aws.amazon.com/cli/) into your environment. Self-hosted runners that intend to run this action prior to executing `aws` commands need to have the AWS CLI [installed](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) if it's not already present.
Most [GitHub hosted runner environments](https://github.com/actions/virtual-environments) should include the AWS CLI by default.
## License Summary
This code is made available under the MIT license.