Bitbucket Cloud - API Token Support

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2025-11-17 12:49:43 -06:00
parent dd54fffedc
commit fa255f530a
12 changed files with 223 additions and 84 deletions
+8 -2
View File
@@ -176,10 +176,16 @@ export interface Config {
*/
username: string;
/**
* Bitbucket Cloud app password used to authenticate requests.
* Token used to authenticate requests.
* @visibility secret
*/
appPassword: string;
token?: string;
/**
* Bitbucket Cloud app password used to authenticate requests.
* @visibility secret
* @deprecated Use `token` instead.
*/
appPassword?: string;
/**
* PGP signing key for signing commits.
* @visibility secret