Skip to content

Commit adb43a2

Browse files
authored
Update README.md
1 parent e62ae06 commit adb43a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ See [action.yml](./action.yml) for more detail.
105105
| audience | The JWT audience when using OIDC. Used in non-default AWS partitions, like China regions. | No |
106106
| http-proxy | An HTTP proxy to use for API calls. | No |
107107
| 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 |
109109
| role-external-id | The external ID of the role to assume. Only needed if your role requires it. | No |
110110
| role-session-name | Defaults to "GitHubActions", but may be changed if required. | No |
111111
| role-skip-session-tagging | Skips session tagging if set. | No |

0 commit comments

Comments
 (0)