From 93464a54e94b3c26fb6e72372271c83f0b89b1fd Mon Sep 17 00:00:00 2001 From: Adam Dodman Date: Sat, 10 Dec 2016 21:16:53 +0000 Subject: [PATCH] Fix twilio auth --- notify.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify.yaml b/notify.yaml index 243bb9b..584f4e3 100644 --- a/notify.yaml +++ b/notify.yaml @@ -9,7 +9,7 @@ - name: SMS platform: twilio_sms account_sid: !secret twilio_sid - auth_token: !secret twilio_from + auth_token: !secret twilio_secret from_number: !secret twilio_from