GitLab
GitLab supports Personal, Group, and Project access tokens for authentication. Your access token must have the api, read_api, and read_repository scopes. For all three token types, use the token value in both the Password and Access token fields.
Create GitLab credentials
- From an organization workspace: Select Credentials > Add Credentials. From your personal workspace: Go to the user menu and select Your credentials > Add credentials.
- Enter a Name for the new credentials.
- Select GitLab as the Provider.
- Enter your Username. For Group and Project access tokens, the username can be any non-empty value.
- Enter your token value in both the Password and Access token fields.
- (Recommended) Enter the Repository base URL to scope the credentials to a specific repository (e.g.,
https://gitlab.com/seqeralabs).