File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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***
You can’t perform that action at this time.
0 commit comments