Skip to content

Commit

Permalink
Adding webhooks section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
loiswells97 committed Feb 9, 2023
1 parent 1d5707d commit 1807fa5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ Add a comma separated list to the relevant enviroment settings. E.g for developm

```
ALLOWED_ORIGINS=localhost:3002,localhost:3000
```

# Webhooks

This API receives push event data from the [Raspberry Pi Learning](https://github.com/raspberrypilearning) organisation via webhooks. These webhooks are mediated locally through `smee`, which runs in a Docker container. The webhook data is processed using the `github_webhooks` gem in the `github_webhooks_controller`.

0 comments on commit 1807fa5

Please sign in to comment.