Compare commits
1 Commits
master
...
sms-workfl
Author | SHA1 | Date | |
---|---|---|---|
|
a1891a1dcc |
10
.github/workflows/sms.yml
vendored
Normal file
10
.github/workflows/sms.yml
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
- name: 'Sending SMS Notification'
|
||||||
|
uses: twilio-labs/actions-sms@v1
|
||||||
|
with:
|
||||||
|
fromPhoneNumber: '+1(234)5678901'
|
||||||
|
toPhoneNumber: '+1(234)3334444'
|
||||||
|
message: 'Hello from Twilio'
|
||||||
|
env:
|
||||||
|
TWILIO_ACCOUNT_SID: ${{ secrets.TWILIO_ACCOUNT_SID }}
|
||||||
|
TWILIO_API_KEY: ${{ secrets.TWILIO_API_KEY }}
|
||||||
|
TWILIO_API_SECRET: ${{ secrets.TWILIO_API_SECRET }}
|
Loading…
Reference in New Issue
Block a user