From 2fa44383102f2e1e1c6d49c31f765e414ed4e799 Mon Sep 17 00:00:00 2001 From: Nico Hein Date: Fri, 18 Apr 2025 14:42:51 -0400 Subject: [PATCH] docs: itemization fix --- docs/docs/installation/bitbucket.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/docs/installation/bitbucket.md b/docs/docs/installation/bitbucket.md index 6e6595f8..fe9e01f1 100644 --- a/docs/docs/installation/bitbucket.md +++ b/docs/docs/installation/bitbucket.md @@ -16,11 +16,12 @@ pipelines: ``` 2. Add the following secure variables to your repository under Repository settings > Pipelines > Repository variables. - CONFIG__GIT_PROVIDER: `bitbucket` - OPENAI__KEY: `` - BITBUCKET__AUTH_TYPE: `basic` or `bearer` (default is `bearer`) - BITBUCKET__BEARER_TOKEN: `` (required when auth_type is bearer) - BITBUCKET__BASIC_TOKEN: `` (required when auth_type is basic) + + - CONFIG__GIT_PROVIDER: `bitbucket` + - OPENAI__KEY: `` + - BITBUCKET__AUTH_TYPE: `basic` or `bearer` (default is `bearer`) + - BITBUCKET__BEARER_TOKEN: `` (required when auth_type is bearer) + - BITBUCKET__BASIC_TOKEN: `` (required when auth_type is basic) You can get a Bitbucket token for your repository by following Repository Settings -> Security -> Access Tokens. For basic auth, you can generate a base64 encoded token from your username:password combination.