From ac10e202f291747484b1250815f60f1457333d76 Mon Sep 17 00:00:00 2001 From: Tsunenobu Kai Date: Fri, 21 Jun 2019 22:47:35 +0900 Subject: [PATCH] Exclude webhookurl because it is secret information --- update_all.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_all.ps1 b/update_all.ps1 index b41ede7..7498b40 100644 --- a/update_all.ps1 +++ b/update_all.ps1 @@ -77,7 +77,7 @@ $Options = [ordered]@{ } RunInfo = @{ - Exclude = 'password', 'apikey', 'apitoken' #Option keys which contain those words will be removed + Exclude = 'password', 'apikey', 'apitoken', 'webhookurl' #Option keys which contain those words will be removed Path = "$PSScriptRoot\update_info.xml" #Path where to save the run info }