mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat(github-redirect): save webhook secret into database on redirect
This commit is contained in:
parent
cb6d8fceb4
commit
dd3ba7e836
@ -38,6 +38,7 @@ export default async function handler(
|
|||||||
githubAppName: data.name,
|
githubAppName: data.name,
|
||||||
githubClientId: data.client_id,
|
githubClientId: data.client_id,
|
||||||
githubClientSecret: data.client_secret,
|
githubClientSecret: data.client_secret,
|
||||||
|
githubWebhookSecret: data.webhook_secret,
|
||||||
githubPrivateKey: data.pem,
|
githubPrivateKey: data.pem,
|
||||||
})
|
})
|
||||||
.where(eq(admins.authId, authId as string))
|
.where(eq(admins.authId, authId as string))
|
||||||
|
Loading…
Reference in New Issue
Block a user