Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sosedoff committed Dec 8, 2022
1 parent 6efb4c3 commit 19515ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ and print out all event payloads as they come in the real time. Once the process
stopped the temporary webhook is destroyed. This is super useful when testing Github
events as there's no need to setup anything (endpoints, webhook receivers, etc).

It works by creating a temporary webhook for the repository that points to an
URL like `https://github-events-proxy.herokuapp.com/key`, where `key` is a random
It works by creating a temporary webhook for the repository that points to an
URL like `https://github-events.fly.dev/key`, where `key` is a random
token. Github will be sending all events to that URL moving forward. Then utility
connects to the given URL using Websocket prototol and receives all events in JSON
format. Server part is open, check `server.go` file.
Expand Down

0 comments on commit 19515ca

Please sign in to comment.