Skip to content

Commit a4f3267

Browse files
authored
Merge pull request #1337 from aws-actions/output-expiration
feat: add Expiration field to Outputs
2 parents 11e58be + 93edf43 commit a4f3267

File tree

5 files changed

+762
-1234
lines changed

5 files changed

+762
-1234
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ See [action.yml](./action.yml) for more detail.
111111
| role-skip-session-tagging | Skips session tagging if set. | No |
112112
| inline-session-policy | You may further restrict the assumed role policy by defining an inline policy here. | No |
113113
| managed-session-policies | You may further restrict the assumed role policy by specifying a managed policy here. | No |
114-
| output-credentials | When set, outputs fetched credentials as action step output. Defaults to false. | No |
114+
| 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 |
115115
| unset-current-credentials | When set, attempts to unset any existing credentials in your action runner. | No |
116116
| disable-retry | Disabled retry/backoff logic for assume role calls. By default, retries are enabled. | No |
117117
| retry-max-attempts | Limits the number of retry attempts before giving up. Defaults to 12. | No |

0 commit comments

Comments
 (0)