We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb878b commit bca7d38Copy full SHA for bca7d38
README.md
@@ -296,7 +296,7 @@ You can specify the audience through the `audience` input:
296
uses: aws-actions/configure-aws-credentials@v4.1.0
297
with:
298
audience: sts.amazonaws.com.cn
299
- aws-region: us-east-3
+ aws-region: cn-northwest-1
300
role-to-assume: arn:aws-cn:iam::123456789100:role/my-github-actions-role
301
```
302
0 commit comments