Encode webhook_token secret

The webhook token secret is used to validate the signature of incoming
github webhooks. To do a hmac operation we need to have a byte based key
in python3 so encode it.

Change-Id: If506f133954f688881a342e5b062d693517ce0e6
Signed-off-by: Jamie Lennox <jamielennox@gmail.com>
1 file changed