Skip to main content

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

  1. Navigate to GitLab.com and sign in to your account
  2. Click your profile picture in the top-right corner and select Edit profile
Personal Bitbucket Settings
  1. In the left sidebar, under User Settings, click Access Tokens

    Personal Bitbucket Settings
  2. Under the Personal access tokens section, click Add new token

Personal Bitbucket Settings
  1. 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
  2. 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
Personal Bitbucket Settings
  1. Click Create token

    Personal Bitbucket Settings
  2. Click the Copy button to copy the token. Save it securely — you won’t be able to view it again

    Personal Bitbucket Settings