mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat: add github webhook secret to admin schema
This commit is contained in:
parent
997a8395b1
commit
d8641b7b4e
@ -23,6 +23,7 @@ export const admins = pgTable("admin", {
|
|||||||
githubClientSecret: text("githubClientSecret"),
|
githubClientSecret: text("githubClientSecret"),
|
||||||
githubInstallationId: text("githubInstallationId"),
|
githubInstallationId: text("githubInstallationId"),
|
||||||
githubPrivateKey: text("githubPrivateKey"),
|
githubPrivateKey: text("githubPrivateKey"),
|
||||||
|
githubWebhookSecret: text("githubWebhookSecret"),
|
||||||
letsEncryptEmail: text("letsEncryptEmail"),
|
letsEncryptEmail: text("letsEncryptEmail"),
|
||||||
sshPrivateKey: text("sshPrivateKey"),
|
sshPrivateKey: text("sshPrivateKey"),
|
||||||
enableDockerCleanup: boolean("enableDockerCleanup").notNull().default(false),
|
enableDockerCleanup: boolean("enableDockerCleanup").notNull().default(false),
|
||||||
|
Loading…
Reference in New Issue
Block a user