Skip to content
Snippets Groups Projects
Commit 267bee85 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'fix/access-token' into 'master'

docs: fix requirements for access token

See merge request to-be-continuous/python!59
parents 05f9ef06 2a03a38e
No related branches found
No related tags found
No related merge requests found
......@@ -345,4 +345,4 @@ The template handles both classic variable and file variable.
Simply specify :lock: `$GIT_USERNAME` and :lock: `$GIT_PASSWORD` as secret project variables.
Note that the password should be an access token (preferably a [project](https://docs.gitlab.com/ee/user/project/settings/project_access_tokens.html) or [group](https://docs.gitlab.com/ee/user/group/settings/group_access_tokens.html) access token) with `read_repository` and `write_repository` scopes.
Note that the password should be an access token (preferably a [project](https://docs.gitlab.com/ee/user/project/settings/project_access_tokens.html) or [group](https://docs.gitlab.com/ee/user/group/settings/group_access_tokens.html) access token) with `write_repository` scope and `Maintainer` role.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment