From 6b29fb5acdcae5cee4a151c0b019a65f12846a3d Mon Sep 17 00:00:00 2001 From: Stephen Okpalaononuju Date: Mon, 23 Oct 2023 15:48:26 +0100 Subject: [PATCH] ch: modify HELPLINE_CODE 2 --- .github/workflows/deploy-multiple-accounts.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-multiple-accounts.yml b/.github/workflows/deploy-multiple-accounts.yml index 79e5c320..7a71933c 100644 --- a/.github/workflows/deploy-multiple-accounts.yml +++ b/.github/workflows/deploy-multiple-accounts.yml @@ -123,6 +123,13 @@ jobs: with: ssm_parameter: ${{env.TWILIO_SSM_PREFIX}}_POST_SURVEY_BOT_CHAT_URL env_variable_name: POST_SURVEY_BOT_CHAT_URL + + - name: Set Helpline Code + uses: marvinpinto/action-inject-ssm-secrets@latest + with: + ssm_parameter: ${{env.TWILIO_SSM_PREFIX}}_HELPLINE_CODE + env_variable_name: HELPLINE_CODE + - name: Set AWS credentials for Aselo user uses: marvinpinto/action-inject-ssm-secrets@latest with: @@ -171,7 +178,7 @@ jobs: aselo-app-secret-key: $ASELO_APP_SECRET_KEY aws-region: $HELPLINE_AWS_REGION s3-bucket: $S3_BUCKET - helpline-code: ${{env.TWILIO_SSM_PREFIX}}_HELPLINE_CODE + helpline-code: $HELPLINE_CODE environment-code: ${{matrix.environment_code}} environment: ${{env.FULL_ENVIRONMENT_NAME}} # Set 'false' if the target environment is production OR the force_enable_operating_hours override option is checked - otherwise 'true'