[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2026-07-20 03:28:36 +00:00 committed by GitHub
parent 68ea9f7771
commit 77384b2183
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",