From e49c9972c28e00c16bb2eb7bea9f63a625cb86c1 Mon Sep 17 00:00:00 2001 From: James Cook Date: Tue, 10 Oct 2023 20:07:01 +0100 Subject: [PATCH] Fix to README: Link to details on Assuming a Role goes nowhere (#878) Fixes #877 Link to details on Assuming a Role goes nowhere Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5b13c7..b68c0a6 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ To do that, you would add the following step to your workflow: This will cause the action to perform an [`AssumeRoleWithWebIdentity`](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithWebIdentity.html) call and return temporary security credentials for use by other steps in your workflow. In order for this to work, you'll need to preconfigure the IAM Identity Provider in your AWS account -(see [Assuming a Role](#assuming-a-role) for details). +(see the [OIDC](https://github.com/aws-actions/configure-aws-credentials#OIDC) section below for details). You can use this action with the AWS CLI available in [GitHub's hosted virtual environments](https://help.github.com/en/actions/reference/software-installed-on-github-hosted-runners) or run this action multiple times