diff --git a/crates/forge-github/src/webhook/register.rs b/crates/forge-github/src/webhook/register.rs index f26c6b6..056a951 100644 --- a/crates/forge-github/src/webhook/register.rs +++ b/crates/forge-github/src/webhook/register.rs @@ -35,7 +35,7 @@ pub async fn register( "active": true, "events": ["push"], "config": { - "url": repo_listen_url.as_ref(), + "url": repo_listen_url.to_string(), "content_type": "json", "secret": authorisation.to_string(), "insecure_ssl": "0",