diff --git a/doc/user/project/packages/maven_repository.md b/doc/user/project/packages/maven_repository.md index b62b79162a24e151e7e9a225f5b6fb90ade5a795..058fff470a24025f6e3ad10392963058861ec040 100644 --- a/doc/user/project/packages/maven_repository.md +++ b/doc/user/project/packages/maven_repository.md @@ -31,7 +31,9 @@ repository. If a project is private or you want to upload Maven artifacts to GitLab, credentials will need to be provided for authorization. Support is available for [personal access tokens](#authenticating-with-a-personal-access-token) and -[CI job tokens](#authenticating-with-a-ci-job-token). +[CI job tokens](#authenticating-with-a-ci-job-token) only. +[Deploy tokens](../deploy_tokens/index.md) and regular username/password +credentials do not work. ### Authenticating with a personal access token