[F] Webhook issues

This commit is contained in:
2026-05-09 23:44:18 +00:00
parent 44b1865b15
commit 260f42b973
13 changed files with 411 additions and 112 deletions
+2 -2
View File
@@ -58,13 +58,13 @@ jobs = 8
name = "github"
provider = "github"
base_url = "https://github.com"
token = { env = "GITHUB_TOKEN" }
token = { value = "github_pat_..." }
[[sites]]
name = "gitea"
provider = "gitea"
base_url = "https://gitea.example.com"
token = { env = "GITEA_TOKEN" }
token = { value = "gitea_pat_..." }
[[mirrors]]
name = "personal"