Authentication
This provider requires authentication.- host: GitLab Host (required: True, sensitive: False)
- personal_access_token: GitLab Personal Access Token (required: True, sensitive: True)
- api: Authenticated with api scope (mandatory)
In workflows
This provider can be used in workflows. As “action” to make changes or update data, example:Connecting with the Provider
- Go to Personal Access Token to see how to create a personal_access_token.
- Get
host
, eg: if you’re using Cloud GitLab, use:https://gitlab.com
or use yourhost
if you’re using onPrem.