From bc8b0cf40852b32e278e527e052680586e6da731 Mon Sep 17 00:00:00 2001 From: Oleh Kulish <47536433+fivlao@users.noreply.github.com> Date: Sat, 13 Jan 2024 20:12:04 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 258c6e4..dfe3d0a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,11 +25,8 @@ jobs: pwd ls - - name: Install AWS CLI + - name: Init AWS CLI run: | - # curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" - # unzip awscliv2.zip - # sudo ./aws/install mkdir ./aws touch ./aws/config < ${{ secrets.AWS_CONFIG }} touch ./aws/credentials < ${{ secrets.AWS_CREDS }}