mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-06-08 10:47:08 +00:00
chore: make permissions section title more descriptive
This commit is contained in:
parent
0a0b8e52b4
commit
35a0f3fe6c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue