You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ See [action.yml](./action.yml) for more detail.
105
105
| audience | The JWT audience when using OIDC. Used in non-default AWS partitions, like China regions. | No |
106
106
| http-proxy | An HTTP proxy to use for API calls. | No |
107
107
| mask-aws-account-id | AWS account IDs are not considered secret. Setting this will hide account IDs from output anyway. | No |
108
-
| role-duration-seconds | The assumed role duration in seconds, if assuming a role. Defaults to 1 hour. | No |
108
+
| role-duration-seconds | The assumed role duration in seconds, if assuming a role. Defaults to 1 hour (3600 seconds). Acceptable values range from 15 minutes (900 seconds) to 12 hours (43200 seconds).| No |
109
109
| role-external-id | The external ID of the role to assume. Only needed if your role requires it. | No |
110
110
| role-session-name | Defaults to "GitHubActions", but may be changed if required. | No |
111
111
| role-skip-session-tagging | Skips session tagging if set. | No |
0 commit comments