Merge pull request #1683 from wirelessr/feat/issue-1681

Support Bitbucket Basic Auth
This commit is contained in:
Tal
2025-04-11 14:37:56 +03:00
committed by GitHub
3 changed files with 62 additions and 32 deletions

View File

@ -69,8 +69,12 @@ personal_access_token = ""
shared_secret = "" # webhook secret
[bitbucket]
# For Bitbucket personal/repository bearer token
# For Bitbucket authentication
auth_type = "bearer" # "bearer" or "basic"
# For bearer token authentication
bearer_token = ""
# For basic authentication (uses token only)
basic_token = ""
[bitbucket_server]
# For Bitbucket Server bearer token