Signed-off-by: Peter Mikus <[email protected]>
Change-Id: Ie80243a0fa2edeb2d337bbb61c73410d8127aba4
AWS_REGION:
description: "Long-term security credential for AWS account or an IAM user."
required: true
+ default: "us-east-1"
type: string
S3_BUCKET:
description: "Name of the Amazon S3 bucket."
#S3_BUCKET: ${{ vars.S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- AWS_REGION: ${{ vars.AWS_REGION }}
\ No newline at end of file
+ #AWS_REGION: ${{ vars.AWS_REGION }}
\ No newline at end of file