Skip to content

Commit

Permalink
docs(web-modeler): add specific role requirements for gitlab sync acc… (
Browse files Browse the repository at this point in the history
#4744)

* docs(web-modeler): add specific role requirements for gitlab sync access token

* fix spacing

---------

Co-authored-by: Cole Garbo <[email protected]>
  • Loading branch information
JacobiCamunda and conceptualshark authored Dec 10, 2024
1 parent 540e16a commit e4f0904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/modeler/web-modeler/git-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Web Modeler requires an access token to sync changes with your GitLab repository

Follow the [GitLab documentation](https://docs.gitlab.com/ee/user/project/settings/project_access_tokens.html#create-a-project-access-token) to generate a new project access token for your repository with the following configuration:

- Enable the following [**scopes**](https://docs.gitlab.com/ee/user/project/settings/project_access_tokens.html#scopes-for-a-project-access-token):
- Enable the following [**scopes**](https://docs.gitlab.com/ee/user/project/settings/project_access_tokens.html#scopes-for-a-project-access-token) for either the `developer` or `maintainer` role:
- `api`
- `read_api`
- `read_repository`
Expand Down

0 comments on commit e4f0904

Please sign in to comment.