fix(github): sync app slug before generating installation path

This commit is contained in:
Andras Bacsai
2026-06-15 12:55:29 +02:00
parent b9bda7301a
commit 507a8afa20
3 changed files with 40 additions and 7 deletions
+2
View File
@@ -204,6 +204,8 @@ class Change extends Component
return;
}
syncGithubAppName($this->github_app);
GithubAppPermissionJob::dispatchSync($this->github_app);
$this->github_app->refresh()->makeVisible('client_secret')->makeVisible('webhook_secret');
$this->syncData(false);