docs(bf-5usp): document existing Forgejo webhook for ai-code-battle

The webhook at webhooks-ci.ardenone.com/ai-code-battle is already
registered and active for push events to the master branch.
This commit is contained in:
jedarden 2026-07-02 11:01:10 -04:00
parent b222a1d7e3
commit 876a30e5db

30
notes/bf-5usp.md Normal file
View file

@ -0,0 +1,30 @@
# Forgejo Webhook Registration for ai-code-battle
## Finding
The Forgejo webhook for ai-code-battle is **already registered and active**.
## Webhook Details
- **URL**: `https://webhooks-ci.ardenone.com/ai-code-battle`
- **Events**: `push`
- **Active**: `true`
- **Created**: 2026-07-02T14:28:39Z
- **Updated**: 2026-07-02T14:35:22Z
- **Webhook ID**: 5
## Resources
- **EventSource**: `forgejo-webhooks` in argo-events namespace (iad-ci)
- **Sensor**: `ai-code-battle-github-ci-sensor` in argo-events namespace (iad-ci)
- **IngressRoute**: `github-webhook-ingressroute` routes `webhooks-ci.ardenone.com/ai-code-battle` to `forgejo-webhooks-eventsource-svc:12000`
## Verification
Verified via Forgejo API:
```bash
curl -H "Authorization: token $FORGEJO_TOKEN" \
"https://git.ardenone.com/api/v1/repos/jedarden/ai-code-battle/hooks"
```
The webhook triggers the `acb-build` WorkflowTemplate on push to the master branch.