1
0
Fork 0
mirror of synced 2026-06-05 17:48:19 +00:00

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
commit e0fc2428cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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