Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
olarclara committed Mar 22, 2017
1 parent 18ebe29 commit 2425f34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# tweet-github-release
Little project built with Auth0's webtask that posts on Twitter new repo releases.

1. Follow [this](https://webtask.io/cli) to get started with Webtask.io and install wt-cli
2. Create a app on Twitter and get the credentials to replace in `app.js`
1. Follow [this](https://webtask.io/cli) to get started with Webtask.io and install wt-cli;
2. Create a app on Twitter and get the credentials, then create a file with them formatted as key=value;
3. `npm i -g webtask-bundle`
4. `wt-bundle --output ./tweet.js ./app.js`
5. `wt create tweet.js`
5. `wt create tweet.js --secrets-file yoursecretsfile`

Then you should go to the settings of the repo of your choice, add the webhook
(`https://webtask.it.auth0.com/api/run/{you-container-id}/tweet`) and chose to have it triggered on release actions.
Expand Down

0 comments on commit 2425f34

Please sign in to comment.