diff --git a/packages/rocketchat-gitlab/common.js b/packages/rocketchat-gitlab/common.js index 6a7ed05249383..10a189b40d5d4 100644 --- a/packages/rocketchat-gitlab/common.js +++ b/packages/rocketchat-gitlab/common.js @@ -2,7 +2,7 @@ const config = { serverURL: 'https://gitlab.com', identityPath: '/api/v3/user', - scope: 'api', + scope: 'read_user', addAutopublishFields: { forLoggedInUser: ['services.gitlab'], forOtherUsers: ['services.gitlab.username']