feat: aws region is optional, use global sts endpoint when not set

This commit is contained in:
peterwoodworth
2023-03-15 14:12:01 -07:00
parent f9f25e69f5
commit f6fdf0cdbd
4 changed files with 18 additions and 10 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ inputs:
required: false
aws-region:
description: AWS Region, e.g. us-east-2
required: true
required: false
aws-secret-access-key:
description: AWS Access Key ID. This input is required if running in the GitHub hosted environment. It is optional if running in a self-hosted environment that already has AWS credentials, for example on an EC2 instance.
required: false