diff --git a/.github/workflows/flex-deploy.yml b/.github/workflows/flex-deploy.yml index 03040b60e1..2e717d8ba4 100644 --- a/.github/workflows/flex-deploy.yml +++ b/.github/workflows/flex-deploy.yml @@ -64,11 +64,20 @@ jobs: uses: actions/setup-node@v1 with: node-version: '16.x' + + - name: Configure AWS credentials + uses: aws-actions/configure-aws-credentials@v2 + with: + aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} + aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} + aws-region: us-east-1 + - name: Set Twilio account SID uses: "marvinpinto/action-inject-ssm-secrets@latest" with: ssm_parameter: "/${{inputs.environment_code}}/twilio/${{inputs.helpline_code}}/account_sid" env_variable_name: "TWILIO_ACCOUNT_SID" + - name: Set Twilio Auth Token uses: "marvinpinto/action-inject-ssm-secrets@latest" with: