Skip to content

Commit 3b07a5d

Browse files
authored
chore: Add note about use with aws-cli to README (#181)
1 parent 0550ff3 commit 3b07a5d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,11 @@ with:
188188
```
189189
In this case, your runner's credentials must have permissions to assume the role.
190190

191+
### Use with the AWS CLI
192+
193+
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.
194+
Most [GitHub hosted runner environments](https://github.com/actions/virtual-environments) should include the AWS CLI by default.
195+
191196
## License Summary
192197

193198
This code is made available under the MIT license.

0 commit comments

Comments
 (0)