1
0
Fork 0

Fix URL to GitLab personal access tokens

pull/12273/head
Elias Häußler 2025-01-10 22:50:00 +01:00 committed by GitHub
parent f5e7a8390d
commit 781ba54ef0
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;