mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
correct link to documentation for GitLab personal access tokens (#7842)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
parent
84c627baad
commit
630b75b3e2
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ Configure it either as `token` in your `config.js` file, or in environment varia
|
||||||
|
|
||||||
#### GitLab CE/EE
|
#### GitLab CE/EE
|
||||||
|
|
||||||
First, [create a personal access token](https://docs.gitlab.com/ee/api/README.html#personal-access-tokens) for the bot account (select "api" scope).
|
First, [create a personal access token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html) for the bot account (select "api" scope).
|
||||||
Configure it either as `token` in your `config.js` file, or in environment variable `RENOVATE_TOKEN`, or via CLI `--token=`.
|
Configure it either as `token` in your `config.js` file, or in environment variable `RENOVATE_TOKEN`, or via CLI `--token=`.
|
||||||
Don't forget to configure `platform=gitlab` somewhere in config.
|
Don't forget to configure `platform=gitlab` somewhere in config.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue