diff --git a/README.md b/README.md index c754cd4..f52b640 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Deploy a static website to AWS S3. - [Creating An Identity Provider](#creating-an-identity-provider) - [Create an identity provider in the AWS IAM console](#create-an-identity-provider-in-the-aws-iam-console) - [Assign a role to the identity provider](#assign-a-role-to-the-identity-provider) + - [Dependencies](#dependencies) - [License](#license) ## Prerequisites @@ -106,5 +107,8 @@ jobs: For more information, see [GitHub's documentation](https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services) +## Dependencies +- [AWS Configure Credentials Action](https://github.com/aws-actions/configure-aws-credentials) is used to configure AWS credentials with the provided IAM role. + ## License The code in this project is released under the MIT License.