Get notifications (WebEx webhook) about new commits been pushed into different repositories.
TODO
Option A:
The example value of the encrypted WebEx Webhook URL is a fake one, see \config\webex.ini
file.
Please ensure you change the value to your encrypted WebEx Webhook URL.
This can be made by \src\utils\crypt-ex.au3
file.
Option B:
Use a clear WebEx Webhook URL string in the configuration file.
Simply change _B64Ex2Str($sEncryptedWebExWebhookUrl)
to sEncryptedWebExWebhookUrl
in \src\handler\webex-handler.au3
file.
Redesign README.md file.