Last active
July 11, 2016 14:00
-
-
Save okjake/0eba18b0ffe2064c969e98295287d233 to your computer and use it in GitHub Desktop.
Example usage for GitHub digest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wt cron schedule \ | |
| -s MANDRILL_API_KEY=<api key> \ | |
| --param from=<from address, configured in mandrill> \ | |
| --param repository=<github repo to watch eg. facebook/react> \ | |
| --param to=<a single email address to send to> \ | |
| '0 8 * * *' \ | |
| https://gist.githubusercontent.com/okjake/70f42a461585ca3ff3064c0b467b8283/raw/a262537f1959a11e8d53e398e8c6be4ed2ca190e/hub-digest.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment