Skip to content

Commit

Permalink
ch: modify HELPLINE_CODE 2
Browse files Browse the repository at this point in the history
  • Loading branch information
acedeywin committed Oct 23, 2023
1 parent ac951c2 commit 6b29fb5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/deploy-multiple-accounts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 6b29fb5

Please sign in to comment.