|
6 | 6 | jobs: |
7 | 7 | publish: |
8 | 8 | if: ${{ !github.event.release.prerelease && github.event.release.target_commitish == 'main' }} |
| 9 | + env: |
| 10 | + # Integration test environment variables. |
| 11 | + BW_ACCOUNT_ID: ${{ secrets.BW_ACCOUNT_ID }} |
| 12 | + BW_PASSWORD: ${{ secrets.BW_PASSWORD }} |
| 13 | + BW_USERNAME: ${{ secrets.BW_USERNAME }} |
| 14 | + MESSAGING_APPLICATION_ID: ${{ secrets.MESSAGING_APPLICATION_ID }} |
| 15 | + MFA_MESSAGING_APPLICATION_ID: ${{ secrets.MFA_MESSAGING_APPLICATION_ID }} |
| 16 | + MFA_VOICE_APPLICATION_ID: ${{ secrets.MFA_VOICE_APPLICATION_ID }} |
| 17 | + PHONE_NUMBER_INBOUND: ${{ secrets.PHONE_NUMBER_INBOUND }} |
| 18 | + PHONE_NUMBER_MFA: ${{ secrets.PHONE_NUMBER_MFA }} |
| 19 | + PHONE_NUMBER_OUTBOUND: ${{ secrets.PHONE_NUMBER_OUTBOUND }} |
| 20 | + VOICE_APPLICATION_ID: ${{ secrets.VOICE_APPLICATION_ID }} |
| 21 | + VOICE_CALLBACK_URL: ${{ secrets.VOICE_CALLBACK_URL }} |
9 | 22 | runs-on: ubuntu-latest |
10 | 23 | steps: |
11 | 24 | - uses: actions/checkout@v2 |
|
41 | 54 | MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }} |
42 | 55 | MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }} |
43 | 56 | MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} |
44 | | - # Integration test environment variables. |
45 | | - BW_ACCOUNT_ID: ${{ secrets.BW_ACCOUNT_ID }} |
46 | | - BW_PASSWORD: ${{ secrets.BW_PASSWORD }} |
47 | | - BW_USERNAME: ${{ secrets.BW_USERNAME }} |
48 | | - MESSAGING_APPLICATION_ID: ${{ secrets.MESSAGING_APPLICATION_ID }} |
49 | | - MFA_MESSAGING_APPLICATION_ID: ${{ secrets.MFA_MESSAGING_APPLICATION_ID }} |
50 | | - MFA_VOICE_APPLICATION_ID: ${{ secrets.MFA_VOICE_APPLICATION_ID }} |
51 | | - PHONE_NUMBER_INBOUND: ${{ secrets.PHONE_NUMBER_INBOUND }} |
52 | | - PHONE_NUMBER_MFA: ${{ secrets.PHONE_NUMBER_MFA }} |
53 | | - PHONE_NUMBER_OUTBOUND: ${{ secrets.PHONE_NUMBER_OUTBOUND }} |
54 | | - VOICE_APPLICATION_ID: ${{ secrets.VOICE_APPLICATION_ID }} |
55 | | - VOICE_CALLBACK_URL: ${{ secrets.VOICE_CALLBACK_URL }} |
|
0 commit comments