gitea-webhook/README.md
jolheiser 0e06ea4999
chore: generate payloads
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2022-11-28 09:17:24 -06:00

21 lines
421 B
Markdown

# Gitea Webhook
Webhook structs for Gitea webhook payloads.
[Example payloads](events)
[Payload generation timeline](TIMELINE.md)
## Generating
There are three required env variables
|Variable|Reason|
|---|---|
|`GITEA_TOKEN`|Gitea token for "main" account to use|
|`GITEA_TOKEN_ALT`|Gitea token for "alt" account (fork, PR review)|
|`WEBHOOK_URL`|URL that _this_ app will be running on|
## License
[MIT](LICENSE)