From 9e0e2e3f3b973eac970a344953dbe824f5fa1286 Mon Sep 17 00:00:00 2001 From: "filipp.riabchun" Date: Sat, 13 Oct 2018 01:11:09 +0000 Subject: [PATCH] TeamCity change in 'Open-source projects / Storybook' project: parameters of 'Danger' build configuration were updated --- .../patches/buildTypes/759f0116-2f7d-4c03-8220-56e4ab03be3a.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.teamcity/OpenSourceProjects_Storybook/patches/buildTypes/759f0116-2f7d-4c03-8220-56e4ab03be3a.kts b/.teamcity/OpenSourceProjects_Storybook/patches/buildTypes/759f0116-2f7d-4c03-8220-56e4ab03be3a.kts index b681b292e06..3a116377d20 100644 --- a/.teamcity/OpenSourceProjects_Storybook/patches/buildTypes/759f0116-2f7d-4c03-8220-56e4ab03be3a.kts +++ b/.teamcity/OpenSourceProjects_Storybook/patches/buildTypes/759f0116-2f7d-4c03-8220-56e4ab03be3a.kts @@ -14,7 +14,7 @@ changeBuildType("759f0116-2f7d-4c03-8220-56e4ab03be3a") { password("env.DANGER_GITHUB_API_TOKEN", "credentialsJSON:8fa112e0-d0e0-4f9f-9f18-01471a999b4d", display = ParameterDisplay.HIDDEN) } update { - text("env.DANGER_GITHUB_API_TOKEN", "3936790cd2069ba42e6f7074f428302760bcefd5", display = ParameterDisplay.HIDDEN, allowEmpty = true) + password("env.DANGER_GITHUB_API_TOKEN", "credentialsJSON:7f0943ab-dfca-49dd-b926-03062007bfd0") } } }