Skip to content

Commit d56d189

Browse files
committed
Rename GITHUB_TOKEN env var because it conflicts with gh CLI tool
1 parent b4f98d0 commit d56d189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelog-generator/run.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ protected function configure(): void
4242

4343
protected function execute(InputInterface $input, OutputInterface $output)
4444
{
45-
$token = $_SERVER['GITHUB_TOKEN'];
45+
$token = $_SERVER['GITHUB_PAT_TOKEN'];
4646

4747
$rateLimitPlugin = new RateLimitPlugin();
4848
$httpBuilder = new Builder();

0 commit comments

Comments
 (0)