Skip to content

Commit f34bb70

Browse files
committed
docs: add missing Bitbucket Server and Gerrit creds path
1 parent e7e3b4d commit f34bb70

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

DOCUMENTATION.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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)
129129
with pull-request read access. For Codeberg, create an [access token][cb-token]
130130
in 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

0 commit comments

Comments
 (0)