1
0
Fork 0

Merge pull request #12273 from eliashaeussler/patch-1

Fix URL to GitLab personal access tokens
pull/12284/head
Jordi Boggiano 2025-01-20 11:41:13 +01:00 committed by GitHub
commit 3acb0ca26b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ class GitLab
} }
$this->io->writeError('You can also manually create a personal access token enabling the "read_api" scope at:'); $this->io->writeError('You can also manually create a personal access token enabling the "read_api" scope at:');
$this->io->writeError($scheme.'://'.$originUrl.'/profile/personal_access_tokens'); $this->io->writeError($personalAccessTokenLink);
$this->io->writeError('Add it using "composer config --global --auth gitlab-token.'.$originUrl.' <token>"'); $this->io->writeError('Add it using "composer config --global --auth gitlab-token.'.$originUrl.' <token>"');
continue; continue;