File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,12 @@ pipelines:
1616` ` `
1717
18182. 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
2526You can get a Bitbucket token for your repository by following Repository Settings -> Security -> Access Tokens.
2627For basic auth, you can generate a base64 encoded token from your username:password combination.
You can’t perform that action at this time.
0 commit comments