From c57cd06df845b1764b3c500dd6ea5064a8a1e8fe Mon Sep 17 00:00:00 2001 From: Bart Labno Date: Wed, 29 Nov 2023 13:54:02 +0000 Subject: [PATCH] Testing aws access --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdd2555..d47d0c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - run: | - aws sts get-caller-identity - aws s3 ls --profile cst-test + aws sts get-caller-identity --region eu-west-2 + # aws s3 ls --profile cst-test make build \ No newline at end of file