From c7178f289e11b26841afa9d7371ee09827742566 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Thu, 23 Sep 2021 15:33:56 +0100 Subject: [PATCH] fix: Remove now-invalid backend_type from Kokoro config files (#1219) --- .kokoro-autosynth/common.cfg | 2 -- .kokoro/release.cfg | 2 -- 2 files changed, 4 deletions(-) diff --git a/.kokoro-autosynth/common.cfg b/.kokoro-autosynth/common.cfg index 74c52c874..6a144ddc0 100644 --- a/.kokoro-autosynth/common.cfg +++ b/.kokoro-autosynth/common.cfg @@ -30,8 +30,6 @@ before_action { keystore_resource { keystore_config_id: 73713 keyname: "yoshi-automation-github-key" - # TODO(theacodes): remove this after secrets have globally propagated - backend_type: FASTCONFIGPUSH } } } diff --git a/.kokoro/release.cfg b/.kokoro/release.cfg index f437281c1..5da009eb2 100644 --- a/.kokoro/release.cfg +++ b/.kokoro/release.cfg @@ -8,8 +8,6 @@ before_action { keystore_resource { keystore_config_id: 73713 keyname: "yoshi-automation-github-key" - # TODO(theacodes): remove this after secrets have globally propagated - backend_type: FASTCONFIGPUSH } } }