Bitbucket username should not be treated as a secret
Signed-off-by: Robin Gileborg <robin@gileborg.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/integration': patch
|
||||
---
|
||||
|
||||
Changed visibility of Bitbucket username as it is not a secret.
|
||||
Vendored
-1
@@ -115,7 +115,6 @@ export interface Config {
|
||||
bitbucketCloud?: Array<{
|
||||
/**
|
||||
* The username to use for authenticated requests.
|
||||
* @visibility secret
|
||||
*/
|
||||
username?: string;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user