File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,12 +128,21 @@ read access for private ones. For Bitbucket Cloud, create a
128128[ repository, project or workspace access token] [ bb-token ] (or an API token)
129129with pull-request read access. For Codeberg, create an [ access token] [ cb-token ]
130130in your account settings with repository read scope. For GitLab, create a
131- [ personal or project access token] [ gl-token ] with the ` read_api ` scope.
131+ [ personal or project access token] [ gl-token ] with the ` read_api ` scope. For
132+ Bitbucket Server / Data Center, create an [ HTTP access token] [ bbs-token ]
133+ (* Manage account* → * HTTP access tokens* , or a project/repository-scoped one)
134+ with repository read permission — it is sent as a Bearer credential, so an
135+ account password is not accepted. For Gerrit, generate the
136+ [ HTTP credentials] [ gerrit-auth ] in your account settings and enter them as
137+ ` username:HTTP-password ` ; public review servers usually need no credentials at
138+ all.
132139
133140[ gh-token ] : https://github.com/settings/tokens
134141[ bb-token ] : https://support.atlassian.com/bitbucket-cloud/docs/access-tokens/
135142[ cb-token ] : https://docs.codeberg.org/advanced/access-token/
136143[ gl-token ] : https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html
144+ [ bbs-token ] : https://confluence.atlassian.com/bitbucketserver/http-access-tokens-939515499.html
145+ [ gerrit-auth ] : https://gerrit-review.googlesource.com/Documentation/rest-api.html#authentication
137146
138147## Forges
139148
You can’t perform that action at this time.
0 commit comments