Skip to content

Commit e382a80

Browse files
authored
SWI-9214 Update Deploy Workflow (#77)
1 parent 92394ec commit e382a80

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
uses: actions/setup-node@v6
2323
with:
2424
node-version: 16
25-
registry-url: "https://registry.npmjs.org"
2625

2726
- name: Build and test npm package
2827
run: |
@@ -32,11 +31,6 @@ jobs:
3231
BW_ACCOUNT_ID: ${{ secrets.BW_ACCOUNT_ID }}
3332
BW_USERNAME: ${{ secrets.BW_USERNAME }}
3433
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 }}
4034

4135
- name: Publish npm package
4236
run: |

0 commit comments

Comments
 (0)