From cbb346d55f6036f3323e88c70962dde01b954275 Mon Sep 17 00:00:00 2001 From: Joe Roberto <91907455+robertoj921@users.noreply.github.com> Date: Wed, 21 Jan 2026 08:23:02 -0600 Subject: [PATCH] Update plugins/scaffolder-backend-module-bitbucket-cloud/src/actions/helpers.ts Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Signed-off-by: Joe Roberto <91907455+robertoj921@users.noreply.github.com> --- .../src/actions/helpers.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/scaffolder-backend-module-bitbucket-cloud/src/actions/helpers.ts b/plugins/scaffolder-backend-module-bitbucket-cloud/src/actions/helpers.ts index a2954570d8..3c7ee8f17a 100644 --- a/plugins/scaffolder-backend-module-bitbucket-cloud/src/actions/helpers.ts +++ b/plugins/scaffolder-backend-module-bitbucket-cloud/src/actions/helpers.ts @@ -136,6 +136,7 @@ export const getGitAuth = async (config: { // Username + API token (new method) // For git operations, use the static username 'x-bitbucket-api-token-auth' + // https://support.atlassian.com/bitbucket-cloud/docs/using-api-tokens/ if (config.username && config.token) { return { username: 'x-bitbucket-api-token-auth',