You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-6
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ Add the following step to your workflow:
31
31
```
32
32
33
33
For example, you can use this action with the AWS CLI available in [GitHub's hosted virtual environments](https://help.github.com/en/actions/reference/software-installed-on-github-hosted-runners).
34
+
You can also run this action multiple times to use different AWS accounts, regions, or IAM roles in the same GitHub Actions workflow job.
34
35
35
36
```yaml
36
37
jobs:
@@ -42,16 +43,27 @@ jobs:
42
43
- name: Checkout
43
44
uses: actions/checkout@v2
44
45
45
-
- name: Configure AWS credentials
46
+
- name: Configure AWS credentials from Test account
0 commit comments