fix(github): use github url to install the application #337

This commit is contained in:
Mauricio Siu
2024-08-13 19:57:10 -06:00
parent 3c8a412014
commit b7f5bee2f8
2 changed files with 9 additions and 35 deletions

View File

@@ -35,7 +35,7 @@ export default async function handler(
.update(admins)
.set({
githubAppId: data.id,
githubAppName: data.name,
githubAppName: data.html_url,
githubClientId: data.client_id,
githubClientSecret: data.client_secret,
githubWebhookSecret: data.webhook_secret,