Add debug messages

This commit is contained in:
crazywhalecc
2025-05-20 14:55:53 +08:00
parent e2f158ef2f
commit d623005422

View File

@@ -16,6 +16,7 @@ class CurlHook
public static function setupGithubToken(string $method, string $url, array &$headers): void
{
if (!getenv('GITHUB_TOKEN')) {
logger()->debug('no github token found, skip');
return;
}
if (getenv('GITHUB_USER')) {