Token-Based Authentication

To authenticate with GitLab, Gitea or other Git storage services, use an Access Token created for your user account or repository. Ensure that the token has the following permissions:

  • Gitlab: read_api, write_repository. For detailed instructions on creating an Access Token in GitLab, refer to the official GitLab documentation.

  • Gitea: repository, user (Read and Write). For detailed instructions on creating an Access Token in Gitea, refer to the official Gitea documentation.