Skip to content

Commit 38e55e2

Browse files
author
Laurence Armstrong
committed
Update readme descriptions
1 parent e2b6f48 commit 38e55e2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@
33
## Environment Variables
44
#### AWS_ACCESS_KEY_ID
55
- Required: ***True***
6-
- Description: Access Key ID of the user being rotated. You can use `${{secrets.ACCESS_KEY_ID}}`
6+
- Description: Access Key ID to authenticate with AWS. You can use `${{secrets.ACCESS_KEY_ID}}`
77

88
#### AWS_SECRET_ACCESS_KEY
99
- Required: ***True***
10-
- Description: Secret Access Key ID of the user being rotated. You can use `${{secrets.SECRET_ACCESS_KEY_ID}}`
10+
- Description: Secret Access Key ID to authenticate with AWS. You can use `${{secrets.SECRET_ACCESS_KEY_ID}}`
11+
12+
#### AWS_SESSION_TOKEN
13+
- Required: ***False***
14+
- Description: Session Token for the current AWS session. Only required if you assume a role first.
1115

1216
#### IAM_USERNAME
1317
- Required: ***True***

0 commit comments

Comments
 (0)