How to integrate GitLab account?
Overview
To authenticate, you will need to provide the following information:
- Personal Access Token (PAT)
Step 1: Generate Personal Access Token
- Navigate to GitLab.com and sign in to your account
- Click your profile picture in the top-right corner and select Edit profile

-
In the left sidebar, under User Settings, click Access Tokens
-
Under the Personal access tokens section, click Add new token

- Set Token Details:
- Enter a descriptive name (e.g., "Unizo Integration")
- Briefly describe its purpose (e.g., "Used to authenticate API requests from Unizo")
- Optionally set an expiration date for enhanced security
- Select Required Scopes:
- api – Full access to the API
- read_api – Read-only API access
- read_repository – Read Git repository contents
- write_repository – Write access to Git repositories
- read_registry – Read access to container registry
- write_registry – Write access to container registry

-
Click Create token
-
Click the Copy button to copy the token. Save it securely — you won’t be able to view it again