From a3039a123438621937cdfda0ac2cfc6a867e31aa Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Fri, 22 Mar 2019 16:56:32 +0000 Subject: [PATCH] Better key, and safer --- githook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/githook.php b/githook.php index 7f2a717..17641e4 100644 --- a/githook.php +++ b/githook.php @@ -14,7 +14,7 @@ */ /* security */ -$access_token = (string)'01234567890'; +$access_token = (string)'asdfghjkl'; $ansible_lastrun = '/dev/shm/ansible-hook-last-run'; $ansible_dropfile = '/dev/shm/run-ansible'; $www_lastrun = '/dev/shm/www-hook-last-run';