Adding handler for Bitbucket Cloud users

This commit is contained in:
Ilan Chemla
2023-07-15 21:29:36 +03:00
parent 23a249ccdb
commit 0a4a604c28
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 = ""