Skip to content

Commit

Permalink
Updated webhooks page to fix callback endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paddy Foran committed Jul 19, 2012
1 parent 5a719cf commit 352c8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/webhooks/index.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ your Github project, click Admin, Service Hooks, then Post-Receive URLs.
In the text field, add the webhook url for In the text field, add the webhook url for
your worker, it should look something like this: your worker, it should look something like this:


https://worker-aws-us-east-1/projects/{Project ID}/tasks/webhook?code_name={Code Name}&oauth={Token} https://worker-aws-us-east-1.iron.io/2/projects/{Project ID}/tasks/webhook?code_name={Code Name}&oauth={Token}


The upload script above will print the exact URL to your console so you can just copy and paste it. The upload script above will print the exact URL to your console so you can just copy and paste it.


Expand Down

0 comments on commit 352c8be

Please sign in to comment.