mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-09-14 11:06:15 +05:00
[autofix.ci] apply automated fixes
This commit is contained in:
parent
68ea9f7771
commit
77384b2183
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user