Merge pull request #34398 from robingileborg/master

Bitbucket username should not be treated as a secret
This commit is contained in:
Fredrik Adelöw
2026-05-27 16:29:50 +02:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
@@ -0,0 +1,5 @@
---
'@backstage/integration': patch
---
Changed visibility of Bitbucket username as it is not a secret.
-1
View File
@@ -115,7 +115,6 @@ export interface Config {
bitbucketCloud?: Array<{
/**
* The username to use for authenticated requests.
* @visibility secret
*/
username?: string;
/**