GitLab Configuration
The GitLab configuration for git sync offers a flexible way to connect your ToolJet workspace to a GitLab repository. This setup uses HTTPS instead of the traditional SSH-based method, eliminating the need to manage SSH keys and bypassing SSH port blocks. You can also select and switch repository branches directly within the ToolJet interface.
Role Required: Admin
1. Create a New Projectβ
Create a new project in your GitLab account. You can choose to make it public or private. If youβre using an existing repository, ensure itβs empty before proceeding.
2. Get the GitLab Project IDβ
On the project overview page, click Actions in the upper-right corner and then select Copy project ID. This value represents the unique identifier assigned by GitLab to your project. Save this value for later use.

3. Generate a Personal Access Tokenβ
Follow these steps to generate a personal access token:
- Go to your Project Settings and click on Access Tokens
- Enter name for your token.
- Select a role as Developer, Maintainer, or Owner
- Select the required scopes. The mandatory scopes are:
- api
- read_api
- read_repository
- write_repository
- Click the Create personal access token button.
Once generated, copy and store the token as it won't be displayed again. This token will be used later when configuring git sync.
4. Configure GitLab in git syncβ
Navigate to the Workspace settings page and click on the Configure git tab. Then, enter the required configuration values after selecting GitLab as your repository provider.

The table below describes each configuration values:
Repositoryβ
Setting | Description |
---|---|
Repo URL | The URL of the Project you created to use with ToolJet. (e.g https://gitlab.com/<group-name>/<project-name> or https://gitlab.com/<username>/<project-name> ) |
Branch name | Branch name of your project. By default, it uses the main branch. |
Self-hosted GitLab (Optional)β
Setting | Description |
---|---|
GitLab enterprise URL | The domain used to access your self-hosted GitLab instance. (e.g https://gitlab.corp.com ) If you use GitLab Cloud, you can leave this blank. |
Project Access Configurationβ
Setting | Description |
---|---|
GitLab Project ID | The GitLab project ID. |
GitLab Project access token | The GitLab project token. |
Once you've entered the necessary configurations, click Save Changes. Your workspace will now be connected to your GitLab project.