mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-21 22:05:23 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -159,7 +159,11 @@ export const redactApplicationGitSecrets = <
|
||||
"githubPrivateKey",
|
||||
"githubWebhookSecret",
|
||||
]),
|
||||
gitlab: blank(application.gitlab, ["secret", "accessToken", "refreshToken"]),
|
||||
gitlab: blank(application.gitlab, [
|
||||
"secret",
|
||||
"accessToken",
|
||||
"refreshToken",
|
||||
]),
|
||||
gitea: blank(application.gitea, [
|
||||
"clientSecret",
|
||||
"accessToken",
|
||||
|
||||
Reference in New Issue
Block a user