mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-02 05:55:10 +09:00
docs: fix the wrong example region for China partitation
This commit is contained in:
@@ -296,7 +296,7 @@ You can specify the audience through the `audience` input:
|
|||||||
uses: aws-actions/configure-aws-credentials@v4.1.0
|
uses: aws-actions/configure-aws-credentials@v4.1.0
|
||||||
with:
|
with:
|
||||||
audience: sts.amazonaws.com.cn
|
audience: sts.amazonaws.com.cn
|
||||||
aws-region: us-east-3
|
aws-region: cn-northwest-1
|
||||||
role-to-assume: arn:aws-cn:iam::123456789100:role/my-github-actions-role
|
role-to-assume: arn:aws-cn:iam::123456789100:role/my-github-actions-role
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user