mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-06 05:40:38 +08:00
docs: fix indentation in GitLab installation guide
This commit is contained in:
@ -61,10 +61,10 @@ git clone https://github.com/qodo-ai/pr-agent.git
|
|||||||
```
|
```
|
||||||
|
|
||||||
5. Prepare variables and secrets. Skip this step if you plan on setting these as environment variables when running the agent:
|
5. Prepare variables and secrets. Skip this step if you plan on setting these as environment variables when running the agent:
|
||||||
1. In the configuration file/variables:
|
1. In the configuration file/variables:
|
||||||
- Set `config.git_provider` to "gitlab"
|
- Set `config.git_provider` to "gitlab"
|
||||||
|
|
||||||
2. In the secrets file/variables:
|
2. In the secrets file/variables:
|
||||||
- Set your AI model key in the respective section
|
- Set your AI model key in the respective section
|
||||||
- In the [gitlab] section, set `personal_access_token` (with token from step 2) and `shared_secret` (with secret from step 3)
|
- In the [gitlab] section, set `personal_access_token` (with token from step 2) and `shared_secret` (with secret from step 3)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user