Skip to content

Commit 1327a44

Browse files
authored
Merge pull request #1711 from nicohein/feature/simplified-bitbucket-pipeline
Feature/simplified bitbucket pipeline
2 parents e41050d + 002c71f commit 1327a44

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/docs/installation/bitbucket.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ pipelines:
1616
```
1717
1818
2. Add the following secure variables to your repository under Repository settings > Pipelines > Repository variables.
19-
CONFIG__GIT_PROVIDER: `bitbucket`
20-
OPENAI__KEY: `<your key>`
21-
BITBUCKET__AUTH_TYPE: `basic` or `bearer` (default is `bearer`)
22-
BITBUCKET__BEARER_TOKEN: `<your token>` (required when auth_type is bearer)
23-
BITBUCKET__BASIC_TOKEN: `<your token>` (required when auth_type is basic)
19+
20+
- CONFIG__GIT_PROVIDER: `bitbucket`
21+
- OPENAI__KEY: `<your key>`
22+
- BITBUCKET__AUTH_TYPE: `basic` or `bearer` (default is `bearer`)
23+
- BITBUCKET__BEARER_TOKEN: `<your token>` (required when auth_type is bearer)
24+
- BITBUCKET__BASIC_TOKEN: `<your token>` (required when auth_type is basic)
2425

2526
You can get a Bitbucket token for your repository by following Repository Settings -> Security -> Access Tokens.
2627
For basic auth, you can generate a base64 encoded token from your username:password combination.

0 commit comments

Comments
 (0)