From 35a0f3fe6c46205b0b58836b28e09eb9f29bbf84 Mon Sep 17 00:00:00 2001 From: Clare Liguori Date: Sun, 19 Apr 2020 18:40:29 -0700 Subject: [PATCH] chore: make permissions section title more descriptive --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a00f5f..6b07931 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Example: ``` In this example, the secret `AWS_ROLE_TO_ASSUME` contains a string like `arn:aws:iam::123456789100:role/my-github-actions-role`. To assume a role in the same account as the static credentials, you can simply specify the role name, like `role-to-assume: my-github-actions-role`. -### Permissions +### Permissions for assuming a role In order to assume a role, the IAM user for the static credentials must have the following permissions: ```json