Skip to content

Commit

Permalink
Deprecate Twilio message deletion script
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrxy authored Oct 16, 2024
1 parent 5bd7cdf commit 445f283
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/delete_twilio_msgs.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

# NOTE: DON'T USE THIS. Script kept for posterity, but we shouldn't delete from the source anymore.

auth_details=`jq -r '[.twilio_account_sid, .twilio_auth_token] | join(" ")' ../assets/api_keys.json`
read account_sid auth_token <<< $auth_details

Expand Down

0 comments on commit 445f283

Please sign in to comment.