Enhance Bitbucket provider functionality and update secret configuration template.

This commit is contained in:
CT Wu
2025-04-08 17:48:40 +08:00
parent 0161769f22
commit ca95e876eb
2 changed files with 35 additions and 18 deletions

View File

@ -66,8 +66,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