Fix gitlab personal access tokens link

This commit is contained in:
Jiří Vrba
2026-02-12 20:44:33 +01:00
parent 7ffadb2028
commit dd3670a192
+1 -1
View File
@@ -51,7 +51,7 @@ Add, commit and push this file.
### 4- Create an Access Token for CapRover
CapRover needs to pull the built images from GitLab, so we need to create an access token. Navigate to https://gitlab.com/-/profile/personal_access_tokens and create a token.
CapRover needs to pull the built images from GitLab, so we need to create an access token. Navigate to [User settings > Personal access tokens](https://gitlab.com/-/user_settings/personal_access_tokens) and create a token.
Make sure to assign `read_registry` and `write_registry` permissions for this token.