Test token variable inside php

This commit is contained in:
crazywhalecc
2025-05-20 23:40:49 +08:00
parent 175f1407cf
commit 6bafacd80d
2 changed files with 1 additions and 2 deletions

View File

@@ -209,6 +209,7 @@ switch ($argv[1] ?? null) {
passthru($prefix . $doctor_cmd, $retcode);
break;
case 'install_upx_cmd':
var_dump(getenv('GITHUB_TOKEN'));
passthru($prefix . $install_upx_cmd, $retcode);
break;
default: