Skip to content

Commit

Permalink
Add dependencies to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-y-ito committed Nov 5, 2023
1 parent b901e52 commit 8771d78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

0 comments on commit 8771d78

Please sign in to comment.