Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 529 Bytes

bitbucket.md

File metadata and controls

17 lines (12 loc) · 529 Bytes

Bitbucket

Auth

If you have trouble with the authinfo process below there is this nice Tweet from @agzam explaining a bit the setup!

  1. Create a personal access token using Bitbucket. Go to your Personal Settings -> App Password
  2. Choose the pull_request:write scope

Add a line to your auth source file, usually ~/.authinfo.gpg, with your login and token:

machine api.bitbucket.org/2.0 login yourlogin^code-review password MYAPPPASSWORD