ci(gha): Map credentials 31/43831/1
authorPeter Mikus <[email protected]>
Fri, 3 Oct 2025 08:29:50 +0000 (10:29 +0200)
committerPeter Mikus <[email protected]>
Fri, 3 Oct 2025 08:29:50 +0000 (10:29 +0200)
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: Ie80243a0fa2edeb2d337bbb61c73410d8127aba4

.github/actions/aws_s3_publish_logs/action.yml
.github/workflows/gerrit-csit-tox-verify.yml

index 80cbb4a..4906bb4 100644 (file)
@@ -15,6 +15,7 @@ inputs:
   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."
index ec2aff8..4e58013 100644 (file)
@@ -103,4 +103,4 @@ jobs:
           #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