working example

This commit is contained in:
Albert Achtenberg
2023-07-07 15:02:40 +03:00
parent 4b786b350e
commit ed8cf27b05
7 changed files with 118 additions and 18 deletions

View File

@ -25,3 +25,10 @@ private_key = """\
"""
app_id = 123456 # The GitHub App ID, replace with your own.
webhook_secret = "<WEBHOOK SECRET>" # Optional, may be commented out.
[gitlab]
# The type of deployment to create. Valid values are 'app' or 'user'.
personal_access_token = ""
# URL to the gitlab service
gitlab_url = "https://gitlab.com"