Skip to content

Commit

Permalink
Adding Gitter WebHookUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Jun 14, 2018
1 parent 5c28351 commit 045cd24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions update_all.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ $Options = [ordered]@{
ReleaseType = 'package'
}

Gitter = @{
WebHookUrl = $env:gitter_webhook
}

RunInfo = @{
Exclude = 'password', 'apikey', 'apitoken' #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 045cd24

Please sign in to comment.