feat: add skip OIDC option (#1458)

This commit is contained in:
Tom Keller
2025-08-29 17:25:09 -07:00
committed by kellertk
parent 84104e7415
commit 4f0bc4ee1c
4 changed files with 142 additions and 0 deletions
+1
View File
@@ -151,6 +151,7 @@ See [action.yml](./action.yml) for more detail.
| retry-max-attempts | Limits the number of retry attempts before giving up. Defaults to 12. | No |
| special-characters-workaround | Uncommonly, some environments cannot tolerate special characters in a secret key. This option will retry fetching credentials until the secret access key does not contain special characters. This option overrides disable-retry and retry-max-attempts. | No |
| use-existing-credentials | When set, the action will check if existing credentials are valid and exit if they are. Defaults to false. | No |
| force-skip-oidc | When set, the action will skip using GitHub OIDC provider even if the id-token permission is set. | No |
</details>
#### Adjust the retry mechanism