Skip to content

Instantly share code, notes, and snippets.

@okjake
Last active July 11, 2016 14:00
Show Gist options
  • Select an option

  • Save okjake/0eba18b0ffe2064c969e98295287d233 to your computer and use it in GitHub Desktop.

Select an option

Save okjake/0eba18b0ffe2064c969e98295287d233 to your computer and use it in GitHub Desktop.
Example usage for GitHub digest
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