File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 22
22
MVN_USERNAME : ${{ secrets.MVN_USERNAME }}
23
23
MVN_PASSWORD : ${{ secrets.MVN_PASSWORD }}
24
24
GPG_KEY_PASSPHRASE : ${{ secrets.PRIVATE_KEY_PASSPHRASE }}
25
+ BW_ACCOUNT_ID : ${{ secrets.BW_ACCOUNT_ID }}
26
+ BW_PASSWORD : ${{ secrets.BW_PASSWORD }}
27
+ BW_USERNAME : ${{ secrets.BW_USERNAME }}
28
+ MESSAGING_APPLICATION_ID : ${{ secrets.MESSAGING_APPLICATION_ID }}
29
+ MFA_MESSAGING_APPLICATION_ID : ${{ secrets.MFA_MESSAGING_APPLICATION_ID }}
30
+ MFA_VOICE_APPLICATION_ID : ${{ secrets.MFA_VOICE_APPLICATION_ID }}
31
+ PHONE_NUMBER_INBOUND : ${{ secrets.PHONE_NUMBER_INBOUND }}
32
+ PHONE_NUMBER_MFA : ${{ secrets.PHONE_NUMBER_MFA }}
33
+ PHONE_NUMBER_OUTBOUND : ${{ secrets.PHONE_NUMBER_OUTBOUND }}
34
+ VOICE_APPLICATION_ID : ${{ secrets.VOICE_APPLICATION_ID }}
35
+ VOICE_CALLBACK_URL : ${{ secrets.VOICE_CALLBACK_URL }}
You can’t perform that action at this time.
0 commit comments