From f14c9f577bc6400ab4cfb9c2cf448e50583e6842 Mon Sep 17 00:00:00 2001 From: Diegogtzt03 <65473367+Diegogtz03@users.noreply.github.com> Date: Thu, 16 May 2024 12:17:02 -0600 Subject: [PATCH] chore: Update AWS credentials configuration and deploy script for knowx project --- .github/workflows/frontend_deploy.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/frontend_deploy.yml b/.github/workflows/frontend_deploy.yml index 007ee31..3703a7d 100644 --- a/.github/workflows/frontend_deploy.yml +++ b/.github/workflows/frontend_deploy.yml @@ -83,12 +83,6 @@ jobs: sst version working-directory: knowx - - name: AWS Configure - run: | - aws configure set aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} - aws configure set aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws configure set region us-east-1 - - name: Copy Secrets run: | sst secret set APIRootRoute $API_ROOT_ROUTE