mirror of
https://github.com/tiennm99/coolify.git
synced 2026-09-05 00:18:18 +00:00
fix(git): GitHub App webhook endpoint defaults to IPv4 instead of the instance domain
This commit is contained in:
@@ -239,7 +239,7 @@ class Change extends Component
|
||||
if (isCloud() && ! isDev()) {
|
||||
$this->webhook_endpoint = config('app.url');
|
||||
} else {
|
||||
$this->webhook_endpoint = $this->ipv4 ?? '';
|
||||
$this->webhook_endpoint = $this->fqdn ?? $this->ipv4 ?? '';
|
||||
$this->is_system_wide = $this->github_app->is_system_wide;
|
||||
}
|
||||
} catch (\Throwable $e) {
|
||||
|
||||
Reference in New Issue
Block a user