From adac531cd95a3a59de54329937b3ab28e1b47388 Mon Sep 17 00:00:00 2001 From: mythilytm Date: Thu, 24 Oct 2024 19:31:44 -0400 Subject: [PATCH] flex deploy has had the wrong parameters passed --- .github/workflows/flex-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flex-deploy.yml b/.github/workflows/flex-deploy.yml index c0301526c..97182b02a 100644 --- a/.github/workflows/flex-deploy.yml +++ b/.github/workflows/flex-deploy.yml @@ -154,8 +154,8 @@ jobs: if: env.SELF_HOSTED_DEPLOY == 'true' uses: ./.github/actions/deployment-matrix with: - account-sid: ${{env.TWILIO_ACCOUNT_SID}} - auth-token: ${{env.TWILIO_AUTH_TOKEN}} + aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} + aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: ${{ secrets.AWS_DEFAULT_REGION }} identifier: ${{ inputs.helpline_code }} environment: ${{ inputs.environment_code}}