Skip to content

Commit

Permalink
Update example ARN of China Role (#1025)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Keller <[email protected]>
  • Loading branch information
maxrabin and kellertk committed Mar 12, 2024
1 parent 1b1cca7 commit e0fc242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit e0fc242

@Jean-sys77
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*Update

Please sign in to comment.