We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4924476 commit f2939d4Copy full SHA for f2939d4
Sources/UnidocServer/Operations/Interactions/Unidoc.WebhookOperation.swift
@@ -34,7 +34,7 @@ extension Unidoc.WebhookOperation
34
// when the server restarts and the whitelists are initialized.
35
if !request.origin.unknown
36
{
37
- guard case .github_actions? = request.origin.claimant
+ guard case .github_webhook? = request.origin.claimant
38
else
39
40
throw Unidoc.WebhookError.unverifiedOrigin
0 commit comments