From 14741e28dd2f799c799e3d050098b603273c8806 Mon Sep 17 00:00:00 2001 From: Joseph Roberto Date: Fri, 16 Jan 2026 09:57:16 -0600 Subject: [PATCH] chore: Add changeset for Bitbucket-Cloud API token fix Signed-off-by: Joseph Roberto --- .changeset/floppy-parks-decide.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/floppy-parks-decide.md diff --git a/.changeset/floppy-parks-decide.md b/.changeset/floppy-parks-decide.md new file mode 100644 index 0000000000..3e90f27be9 --- /dev/null +++ b/.changeset/floppy-parks-decide.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-scaffolder-backend-module-bitbucket-cloud': patch +--- + +Created getGitAuth helper function for Bitbucket-Cloud git-related calls. This updates the remaining calls that were missed in the recent update to add API token authentication and should now fully enable API token functionality for Bitbucket-Cloud.