Skip to content

Commit 35a0f3f

Browse files
committed
chore: make permissions section title more descriptive
1 parent 0a0b8e5 commit 35a0f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Example:
7171
```
7272
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`.
7373

74-
### Permissions
74+
### Permissions for assuming a role
7575

7676
In order to assume a role, the IAM user for the static credentials must have the following permissions:
7777
```json

0 commit comments

Comments
 (0)