mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-23 00:21:28 +00:00
feat: add gitea/forgejo support
This commit is contained in:
parent
ace036c209
commit
aec0d1a257
43 changed files with 683 additions and 130 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { describe, it, expect } from "bun:test";
|
||||
import { createHmac } from "crypto";
|
||||
import { verifySignature } from "../events/verify";
|
||||
import { parseEvent } from "../events/parse";
|
||||
import { verifySignature } from "../providers/github/verify";
|
||||
import { parseEvent } from "../providers/github/parse";
|
||||
import { matchRoute } from "../events/match";
|
||||
import type { Route, WebhookEvent } from "../types";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue