Skip to content

Commit

Permalink
see with debug :sad:
Browse files Browse the repository at this point in the history
  • Loading branch information
marmichalski committed Dec 17, 2023
1 parent 59c3ae8 commit d1a7045
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ private function getGitlabUrl(): string

private function createIO(Package $package): BufferIO
{
$io = new BufferIO('', OutputInterface::VERBOSITY_VERY_VERBOSE);
$io = new BufferIO('', OutputInterface::VERBOSITY_DEBUG);

if ($package->type() === 'github-oauth') {
$io->setAuthentication('github.com', $this->accessToken($package), 'x-oauth-basic');
Expand Down

0 comments on commit d1a7045

Please sign in to comment.