GitLab

Steps to be followed:

  1. Login to your Gitlab Account

  2. Create a personal access token with the following permissions

  3. Enter your github username and the personal access token

  4. Choose the projects that you would like to synchronize

Permissions:

  • api

Grants complete read/write access to the API, including all groups and projects, the container registry, and the package registry.

  • read_api

Grants read access to the API, including all groups and projects, the container registry, and the package registry.

  • read_user

Grants read-only access to the authenticated user's profile through the /user API endpoint, which includes username, public email, and full name. Also grants access to read-only API endpoints under /users.

  • read_repository

Grants read-only access to repositories on private projects using Git-over-HTTP or the Repository Files API.

  • write_repository

Grants read-write access to repositories on private projects using Git-over-HTTP (not using the API).

Last updated