Skip to content

Commit 3aae1ae

Browse files
authored
fix(cc-widgets): Update pullrequest.yml to get new secrets (#534)
1 parent 6fb45e1 commit 3aae1ae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ env:
2626
PW_ENTRY_POINT6: ${{ secrets.PW_ENTRY_POINT6 }}
2727
PW_SENDER_EMAIL: ${{ secrets.PW_SENDER_EMAIL }}
2828
PW_CHAT_URL: ${{ secrets.PW_CHAT_URL }}
29+
PW_DIAL_NUMBER_LOGIN_USERNAME: ${{ secrets.PW_DIAL_NUMBER_LOGIN_USERNAME }}
30+
PW_DIAL_NUMBER_LOGIN_PASSWORD: ${{ secrets.PW_DIAL_NUMBER_LOGIN_PASSWORD }}
31+
PW_DIAL_NUMBER: ${{ secrets.PW_DIAL_NUMBER }}
2932

3033
jobs:
3134
validate:

0 commit comments

Comments
 (0)