This commit is contained in:
Andras Bacsai
2023-05-08 21:56:44 +02:00
parent d3bf1137d7
commit ec3fe284b6
6 changed files with 68 additions and 20 deletions

View File

@@ -55,7 +55,6 @@ class Change extends Component
$this->host = $settings->fqdn;
}
$this->parameters = getParameters();
$this->github_app = GithubApp::where('uuid', $this->parameters['github_app_uuid'])->first();
$this->is_system_wide = $this->github_app->is_system_wide;
}
public function createGithubApp()