Skip to main content

GitLab Source

Automatically gets your GitLab releases to generate your repositories.

Environment variables

NameDescription
GITLAB_TOKENA personal access token for accessing your GitLab releases. Required for private repositories.

Configuration

NameDescription
typeMust be gitlab.
ownerRepository owner i.e. username or organisation.
repoRepository name.
urlThe URL of your GitLab instance. Defaults to https://gitlab.com

Example

source:
type: gitlab
owner: my-org
repo: my-repo
url: https://repo.example.com