Skip to content

Commit 63b1cdc

Browse files
committed
Merge branch 'dmarkhas-patch-1'
2 parents 9227d6e + fc2b804 commit 63b1cdc

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
@@ -143,7 +143,7 @@ See [action.yml](./action.yml) for more detail.
143143
| role-skip-session-tagging | Skips session tagging if set. | No |
144144
| inline-session-policy | You may further restrict the assumed role policy by defining an inline policy here. | No |
145145
| managed-session-policies | You may further restrict the assumed role policy by specifying a managed policy here. | No |
146-
| output-credentials | When set, outputs fetched credentials as action step output. (Outputs access-key-id, secret-access-key, session-token, and expiration). Defaults to false. | No |
146+
| output-credentials | When set, outputs fetched credentials as action step output. (Outputs aws-access-key-id, aws-secret-access-key, aws-session-token, aws-account-id, and aws-expiration). Defaults to false. | No |
147147
| output-env-credentials | When set, outputs fetched credentials as environment variables (AWS_REGION, AWS_DEFAULT_REGION, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN). Defaults to true. Set to false if you need to avoid setting/changing env variables. You'd probably want to use output-credentials if you disable this. (NOTE: Setting to false will prevent the aws-account-id from being exported as a step output). | No |
148148
| unset-current-credentials | When set, attempts to unset any existing credentials in your action runner. | No |
149149
| disable-retry | Disabled retry/backoff logic for assume role calls. By default, retries are enabled. | No |

0 commit comments

Comments
 (0)