Skip to content

Commit

Permalink
Update clash_for_windows_deb_publish.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lantongxue authored Oct 20, 2023
1 parent 943e7d5 commit a45c2c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clash_for_windows_deb_publish.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

use GuzzleHttp\Client;
use GuzzleHttp\Exception\ClientException;
print_r(getenv());
echo getenv('GITHUB_TOKEN').PHP_EOL;

$client = new Client([
'base_uri' => 'https://api.github.com',
'headers' => [
Expand Down

0 comments on commit a45c2c2

Please sign in to comment.