diff --git a/lib/definitions/errors.js b/lib/definitions/errors.js index 13cd9a5b..7d99d5fd 100644 --- a/lib/definitions/errors.js +++ b/lib/definitions/errors.js @@ -47,10 +47,10 @@ Please make sure the GitLab user associated with the token has the [permission t }), ENOGLTOKEN: ({repositoryUrl}) => ({ message: 'No GitLab token specified.', - details: `A [GitLab personnal access token](${linkify( + details: `A [GitLab personal access token](${linkify( 'README.md#gitlab-authentication' )}) must be created and set in the \`GL_TOKEN\` or \`GITLAB_TOKEN\` environment variable on your CI environment. -Please make sure to create a [GitLab personnal access token](https://docs.gitlab.com/ce/user/profile/personal_access_tokens.html) and to set it in the \`GL_TOKEN\` or \`GITLAB_TOKEN\` environment variable on your CI environment. The token must allow to push to the repository ${repositoryUrl}.`, +Please make sure to create a [GitLab personal access token](https://docs.gitlab.com/ce/user/profile/personal_access_tokens.html) and to set it in the \`GL_TOKEN\` or \`GITLAB_TOKEN\` environment variable on your CI environment. The token must allow to push to the repository ${repositoryUrl}.`, }), };