Update github_webhook_processor.php

This commit is contained in:
CitadelStationBot
2020-04-09 09:11:47 -05:00
committed by GitHub
parent bfad661c1c
commit b2ae6ae521

View File

@@ -24,7 +24,7 @@ define('F_SECRET_PR', 1<<1);
//CONFIGS ARE IN SECRET.PHP, THESE ARE JUST DEFAULTS!
$hookSecret = '08ajh0qj93209qj90jfq932j32r';
/*$hookSecret = '08ajh0qj93209qj90jfq932j32r';
$apiKey = '209ab8d879c0f987d06a09b9d879c0f987d06a09b9d8787d0a089c';
$repoOwnerAndName = "tgstation/tgstation";
$servers = array();
@@ -39,7 +39,7 @@ $validation = "org";
$validation_count = 1;
$tracked_branch = 'master';
$require_changelogs = false;
$discordWebHooks = array();
$discordWebHooks = array();*/
require_once 'secret.php';