You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation, BitbucketOptions need a token key.
The description is written about the key is wrong. Because Access Token and App Password are two different things regarding Bitbucket.
It is written:
token String | “undefined” - The access token to support auto-update from private bitbucket repositories.
But it should be
token String | “undefined” - The app password to support auto-update from private bitbucket repositories.
There is a code snippet for converting an app password to a usable token.
According to the documentation, BitbucketOptions need a token key.
The description is written about the key is wrong. Because Access Token and App Password are two different things regarding Bitbucket.
It is written:
But it should be
There is a code snippet for converting an app password to a usable token.
The text was updated successfully, but these errors were encountered: