We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92394ec commit e382a80Copy full SHA for e382a80
1 file changed
.github/workflows/deploy.yml
@@ -22,7 +22,6 @@ jobs:
22
uses: actions/setup-node@v6
23
with:
24
node-version: 16
25
- registry-url: "https://registry.npmjs.org"
26
27
- name: Build and test npm package
28
run: |
@@ -32,11 +31,6 @@ jobs:
32
31
BW_ACCOUNT_ID: ${{ secrets.BW_ACCOUNT_ID }}
33
BW_USERNAME: ${{ secrets.BW_USERNAME }}
34
BW_PASSWORD: ${{ secrets.BW_PASSWORD }}
35
- BW_VOICE_APPLICATION_ID: ${{ secrets.BW_VOICE_APPLICATION_ID }}
36
- BW_MESSAGING_APPLICATION_ID: ${{ secrets.BW_MESSAGING_APPLICATION_ID }}
37
- BW_NUMBER: ${{ secrets.BW_NUMBER }}
38
- USER_NUMBER: ${{ secrets.USER_NUMBER }}
39
- BASE_CALLBACK_URL: ${{ secrets.BASE_CALLBACK_URL }}
40
41
- name: Publish npm package
42
0 commit comments