Skip to content

Commit

Permalink
Update deploy.yaml (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmulford-bw authored Apr 27, 2021
1 parent a35b584 commit a9371a0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,14 @@ jobs:
MVN_USERNAME: ${{ secrets.MVN_USERNAME }}
MVN_PASSWORD: ${{ secrets.MVN_PASSWORD }}
GPG_KEY_PASSPHRASE: ${{ secrets.PRIVATE_KEY_PASSPHRASE }}
BW_ACCOUNT_ID: ${{ secrets.BW_ACCOUNT_ID }}
BW_PASSWORD: ${{ secrets.BW_PASSWORD }}
BW_USERNAME: ${{ secrets.BW_USERNAME }}
MESSAGING_APPLICATION_ID: ${{ secrets.MESSAGING_APPLICATION_ID }}
MFA_MESSAGING_APPLICATION_ID: ${{ secrets.MFA_MESSAGING_APPLICATION_ID }}
MFA_VOICE_APPLICATION_ID: ${{ secrets.MFA_VOICE_APPLICATION_ID }}
PHONE_NUMBER_INBOUND: ${{ secrets.PHONE_NUMBER_INBOUND }}
PHONE_NUMBER_MFA: ${{ secrets.PHONE_NUMBER_MFA }}
PHONE_NUMBER_OUTBOUND: ${{ secrets.PHONE_NUMBER_OUTBOUND }}
VOICE_APPLICATION_ID: ${{ secrets.VOICE_APPLICATION_ID }}
VOICE_CALLBACK_URL: ${{ secrets.VOICE_CALLBACK_URL }}

0 comments on commit a9371a0

Please sign in to comment.