mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
docs: itemization fix
This commit is contained in:
parent
e5df079dce
commit
2fa4438310
1 changed files with 6 additions and 5 deletions
|
|
@ -16,11 +16,12 @@ pipelines:
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Add the following secure variables to your repository under Repository settings > Pipelines > Repository variables.
|
2. Add the following secure variables to your repository under Repository settings > Pipelines > Repository variables.
|
||||||
CONFIG__GIT_PROVIDER: `bitbucket`
|
|
||||||
OPENAI__KEY: `<your key>`
|
- CONFIG__GIT_PROVIDER: `bitbucket`
|
||||||
BITBUCKET__AUTH_TYPE: `basic` or `bearer` (default is `bearer`)
|
- OPENAI__KEY: `<your key>`
|
||||||
BITBUCKET__BEARER_TOKEN: `<your token>` (required when auth_type is bearer)
|
- BITBUCKET__AUTH_TYPE: `basic` or `bearer` (default is `bearer`)
|
||||||
BITBUCKET__BASIC_TOKEN: `<your token>` (required when auth_type is basic)
|
- BITBUCKET__BEARER_TOKEN: `<your token>` (required when auth_type is bearer)
|
||||||
|
- BITBUCKET__BASIC_TOKEN: `<your token>` (required when auth_type is basic)
|
||||||
|
|
||||||
You can get a Bitbucket token for your repository by following Repository Settings -> Security -> Access Tokens.
|
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.
|
For basic auth, you can generate a base64 encoded token from your username:password combination.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue