A server that receives webhooks from gitea and fires off Tekton jobs in response.
Go to file
Tom Alexander 2c0a7958a7
Support multiple types of requests.
2024-07-14 18:45:20 -04:00
src Support multiple types of requests. 2024-07-14 18:45:20 -04:00
.gitignore Cargo init. 2024-07-14 14:52:45 -04:00
Cargo.lock Initial schema for webhook. 2024-07-14 16:38:07 -04:00
Cargo.toml Initial schema for webhook. 2024-07-14 16:38:07 -04:00
LICENSE Basic health endpoint. 2024-07-14 15:14:52 -04:00
README.md Basic health endpoint. 2024-07-14 15:14:52 -04:00
test_webhook.bash Add a webhook endpoint. 2024-07-14 16:13:06 -04:00

README.md