From e0fc2428ccc7f7031a468e4a9d673be1a95fb8b9 Mon Sep 17 00:00:00 2001 From: Max Rabin Date: Tue, 12 Mar 2024 19:17:29 +0200 Subject: [PATCH] Update example ARN of China Role (#1025) Co-authored-by: Tom Keller <1083460+kellertk@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ca86bf..03f7a43 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,7 @@ You can specify the audience through the `audience` input: with: audience: sts.amazonaws.com.cn aws-region: us-east-3 - role-to-assume: arn:aws:iam::123456789100:role/my-github-actions-role + role-to-assume: arn:aws-cn:iam::123456789100:role/my-github-actions-role ``` ### Configuring IAM to trust GitHub