Skip to content

Commit

Permalink
Twilio Trunk Provision
Browse files Browse the repository at this point in the history
  • Loading branch information
docwho2 committed Nov 23, 2023
1 parent ea3ae9f commit 6466862
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ jobs:
CHIME_PHONE_NUMBER: ${{ vars.CHIME_PHONE_NUMBER }}
# Configure a VC, this is implied if either of the above is set, however it show be set to TRUE if you want a VC and are not setting Phone or PBX
VOICE_CONNECTOR: ${{ vars.VOICE_CONNECTOR }}
# Twilio Create SIP trunk pointing to Voice Connector
TWILIO_ACCOUNT_SID: ${{ secrets.TWILIO_ACCOUNT_SID }}
TWILIO_AUTH_TOKEN: ${{ secrets.TWILIO_AUTH_TOKEN }}

# Now deploy the app into 2 regions at the same time via SAM with matrix job
sam-deploy:
Expand Down

0 comments on commit 6466862

Please sign in to comment.