Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f8513607
Commit
f8513607
authored
Mar 31, 2022
by
Mathias Aerts
Committed by
Evan Read
Mar 31, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct project access token documentation
parent
d44b4a17
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
doc/user/project/settings/project_access_tokens.md
doc/user/project/settings/project_access_tokens.md
+3
-1
No files found.
doc/user/project/settings/project_access_tokens.md
View file @
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
)
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment