Repository access tokens are single-purpose access tokens (or passwords) with access to a single repository with limited permissions (specified at creation time). The Conga Platform uses the access token to get a list of build artifacts.

To create a repository access token:

  1. At bitbucket.org, navigate to the target repository for the access token. This repository is the only one that the repository access token can access.

  2. On the sidebar, select Repository Settings.

  3. On the sidebar, under Security, select Access tokens.

  4. Select Create Repository Access Token.

  5. Give the repository access token a name, usually related to the app or task that will use the token.

  6. Select the Read scope for the repository access token permission.
  7. Click the Create button to raise the "Repository Access Token created" dialog.

  8. Copy the generated token and either record or paste it into the app that requires access. This token is only displayed once and cannot be retrieved later. Rather than recovering or reusing a repository access token, create a new token and consider revoking the old token.