Browse Source

Removed invalid token

Joachim M. Giæver 6 years ago
parent
commit
35f8836e6f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      index.php

+ 1 - 2
index.php

@@ -12,8 +12,7 @@ require "./src/gpac.php";
 use Gogs\Lib\Curl\Exception as ApiException;
 
 define('API_URL', 'https://git.giaever.org/api/v1');
-define('API_TOKEN', 'ccc9a0ea6fefa8df558f4994e8c8ada2efa97f12');
-//define('API_TOKEN', '142efbfd6fbdf147f03d289f8b22a438eaa1b5d1');
+define('API_TOKEN', '142efbfd6fbdf147f03d289f8b22a438eaa1b5d1');
 
 
 try {