mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-24 17:35:34 +08:00
Test token variable inside php
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user