feat: fetch workspaces and projects in BitbucketRepoPicker; add support for access tokens to BitbucketCloudClient

Signed-off-by: Benjamin Janssens <benji.janssens@gmail.com>
This commit is contained in:
Benjamin Janssens
2024-06-06 09:54:41 +02:00
parent c0981a83eb
commit 39e5dfd79b
7 changed files with 94 additions and 1 deletions
@@ -46,6 +46,11 @@ export type BitbucketCloudIntegrationConfig = {
* See https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/
*/
appPassword?: string;
/**
* The access token to use for requests to Bitbucket Cloud (bitbucket.org).
*/
accessToken?: string;
};
/**