A server that receives webhooks from gitea and fires off Tekton jobs in response.
Go to file
Tom Alexander d5c9062057
Upgrade to PipelineRun v1.
2024-07-21 16:16:17 -04:00
src Upgrade to PipelineRun v1. 2024-07-21 16:16:17 -04:00
.gitignore Cargo init. 2024-07-14 14:52:45 -04:00
Cargo.lock Creating an example PipelineRun. 2024-07-21 15:54:12 -04:00
Cargo.toml Creating an example PipelineRun. 2024-07-21 15:54:12 -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
example_pipeline_run.json Upgrade to PipelineRun v1. 2024-07-21 16:16:17 -04:00
example_pipeline_run.yaml Upgrade to PipelineRun v1. 2024-07-21 16:16:17 -04:00
test_webhook.bash Add signature verification middleware. 2024-07-20 12:53:20 -04:00

README.md