From 0c7efd498d20aba54a9a21bf0279c8c73a5ecf75 Mon Sep 17 00:00:00 2001 From: Stephen Okpalaononuju Date: Fri, 27 Oct 2023 10:01:36 +0100 Subject: [PATCH] ch: add comment --- .github/workflows/deploy-multiple-accounts.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-multiple-accounts.yml b/.github/workflows/deploy-multiple-accounts.yml index afba4263..0e73559e 100644 --- a/.github/workflows/deploy-multiple-accounts.yml +++ b/.github/workflows/deploy-multiple-accounts.yml @@ -124,6 +124,8 @@ jobs: ssm_parameter: ${{env.TWILIO_SSM_PREFIX}}_POST_SURVEY_BOT_CHAT_URL env_variable_name: POST_SURVEY_BOT_CHAT_URL + # Since we can't provision a lex chat bot with e2e as the helpline code + # we will have to change the helpline code for the E2E account to "ee" on serverless - name: Set Helpline Code for E2E Account if: matrix.helpline_code == 'E2E' uses: marvinpinto/action-inject-ssm-secrets@latest