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',