From df6ba91bd866eba3374b7687f1ebe48be752a79e Mon Sep 17 00:00:00 2001 From: aboyko Date: Wed, 19 Jul 2023 01:21:11 -0400 Subject: [PATCH] GHA: debugging s3 config --- .github/workflows/wipe-out-temp-build-artifacts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wipe-out-temp-build-artifacts.yml b/.github/workflows/wipe-out-temp-build-artifacts.yml index 2e798d065..b087ac7e3 100644 --- a/.github/workflows/wipe-out-temp-build-artifacts.yml +++ b/.github/workflows/wipe-out-temp-build-artifacts.yml @@ -19,5 +19,6 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.TOOLS_S3_SECRET_KEY }} run: | echo $AWS_DEFAULT_REGION + aws configure get region # aws s3 rm s3://dist.springsource.com/sts4-distro-ci-temp --recursive --exclude "*" --include "*.zip"