Merge remote-tracking branch 'refs/remotes/origin/feature/gitlab_provider' into feature/gitlab_provider

This commit is contained in:
salberts
2023-07-08 17:19:54 +03:00

View File

@ -27,4 +27,8 @@ app_id = 123456 # The GitHub App ID, replace with your own.
webhook_secret = "<WEBHOOK SECRET>" # Optional, may be commented out.
[gitlab]
personal_access_token = ""
# Gitlab personal access token
personal_access_token = ""
# URL to the gitlab service
gitlab_url = "https://gitlab.com"