mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-23 20:25:39 +00:00
fix(github): sync app slug before generating installation path
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user