Update example ARN of China Role (#1025)

Co-authored-by: Tom Keller <1083460+kellertk@users.noreply.github.com>
This commit is contained in:
Max Rabin
2024-03-12 19:17:29 +02:00
committed by GitHub
parent 1b1cca71d5
commit e0fc2428cc
+1 -1
View File
@@ -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