Skip to content

Commit

Permalink
Exclude webhookurl because it is secret information
Browse files Browse the repository at this point in the history
  • Loading branch information
kai2nenobu committed Jun 21, 2019
1 parent fddfc69 commit ac10e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_all.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit ac10e20

Please sign in to comment.