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
As you can see, owner and acting user must be identical. There can be situations in which you want to push to an organisation's repository and the username you're using is not identical to the organisation's name.
The text was updated successfully, but these errors were encountered:
The way BitbucketPublisher is written, you can't use it to publish to repositories if you are not the owner of them.
It constructs the API endpoint like this:
electron-builder/packages/app-builder-lib/src/publish/BitbucketPublisher.ts
Line 26 in d017cd7
And the HTTP Basic auth header is created like this:
electron-builder/packages/app-builder-lib/src/publish/BitbucketPublisher.ts
Lines 63 to 66 in d017cd7
As you can see, owner and acting user must be identical. There can be situations in which you want to push to an organisation's repository and the username you're using is not identical to the organisation's name.
The text was updated successfully, but these errors were encountered: