Skip to content

Commit e640106

Browse files
authored
Update deploy.yml (#18)
1 parent d68a88b commit e640106

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2
15+
- name: Validate
16+
uses: ./.github/actions/validate
17+
env:
18+
USERNAME: ${{ secrets.USERNAME }}
19+
PASSWORD: ${{ secrets.PASSWORD }}
20+
ACCOUNT_ID: ${{ secrets.ACCOUNT_ID }}
21+
VOICE_APPLICATION_ID: ${{ secrets.VOICE_APPLICATION_ID }}
22+
MESSAGING_APPLICATION_ID: ${{ secrets.MESSAGING_APPLICATION_ID }}
23+
CALLBACK_URL: ${{ secrets.CALLBACK_URL }}
24+
PHONE_NUMBER_OUTBOUND: ${{ secrets.PHONE_NUMBER_OUTBOUND }}
25+
PHONE_NUMBER_INBOUND: ${{ secrets.PHONE_NUMBER_INBOUND }}
26+
MFA_MESSAGING_APPLICATION_ID: ${{ secrets.MFA_MESSAGING_APPLICATION_ID }}
27+
MFA_VOICE_APPLICATION_ID: ${{ secrets.MFA_VOICE_APPLICATION_ID }}
28+
PHONE_NUMBER_MFA: ${{ secrets.PHONE_NUMBER_MFA }}
1529
- name: Deploy to PYPI
1630
uses: ./.github/actions/deploy
1731
env:

0 commit comments

Comments
 (0)