Commit 1625c007 authored by Evan Read's avatar Evan Read

Merge branch 'hotfix/project-access-token-docs' into 'master'

Correct project access token documentation

See merge request gitlab-org/gitlab!83986
parents 39b594ce f8513607
......@@ -18,7 +18,9 @@ select a limited role, and provide an expiry date.
Use a project access token to authenticate:
- With the [GitLab API](../../../api/index.md#personalprojectgroup-access-tokens).
- With Git, when using HTTP Basic Authentication. You can use any non-blank value for a password.
- With Git, when using HTTP Basic Authentication, use:
- Any non-blank value as a username.
- The project access token as the password.
Project access tokens are similar to [group access tokens](../../group/settings/group_access_tokens.md)
and [personal access tokens](../../profile/personal_access_tokens.md).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment