Merge pull request #51 from ilchemla/feature/new-bitbucket-handler

Adding Bitbucket Provider Support
This commit is contained in:
Ori Kotek
2023-07-16 17:04:06 +03:00
committed by GitHub
3 changed files with 115 additions and 0 deletions

View File

@ -32,3 +32,6 @@ webhook_secret = "<WEBHOOK SECRET>" # Optional, may be commented out.
# Gitlab personal access token
personal_access_token = ""
[bitbucket]
# Bitbucket personal bearer token
bearer_token = ""