Once your project is setup, you need to connect an account. If you work on Bitbucket, this is done by adding a Bitbucket App password
to your Codex team. This is not the password of your account.
To do it, access your first project and click on Add Bitbucket account. This will show you two inputs: Username
and App token
. The Username
field is your Bitbucket username, and the App token
needs to be generated from Bitbucket.
To do it, go to your Bitbucket account settings, click on App passwords
and generate a new token. You can also access directly from here.
Make sure to grant access to the following scopes:
Account
: ReadRepositories
: ReadWebhooks
: Read and writeOnce you have the token, paste it in the App token
field and click on Add account
.
Bitbucket only allows us to access your own repositories. When adding a repository, select the account that owns that repository and write the full repository name.
Next: Managing branches