mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 11:25:18 +00:00
fix typos
This commit is contained in:
parent
67b46e7f30
commit
64ac45d03b
1 changed files with 3 additions and 3 deletions
|
|
@ -56,7 +56,7 @@ WEBHOOK_SECRET=$(python -c "import secrets; print(secrets.token_hex(10))")
|
|||
git clone https://github.com/Codium-ai/pr-agent.git
|
||||
```
|
||||
|
||||
4. Prepare variables and secrets. Skip this setp if you plan on settings these as environment variables when running the agent:
|
||||
4. Prepare variables and secrets. Skip this step if you plan on settings these as environment variables when running the agent:
|
||||
1. In the configuration file/variables:
|
||||
- Set `deployment_type` to "gitlab"
|
||||
|
||||
|
|
@ -73,5 +73,5 @@ docker push codiumai/pr-agent:gitlab_webhook # Push to your Docker repository
|
|||
|
||||
6. Create a webhook in GitLab. Set the URL to ```http[s]://<PR_AGENT_HOSTNAME>/webhook```, the secret token to the generated secret from step 2, and enable the triggers `push`, `comments` and `merge request events`.
|
||||
|
||||
7. Test your installation by opening a merge request or commenting or a merge request using one of CodiumAI's commands.
|
||||
7. Test your installation by opening a merge request or commenting on a merge request using one of CodiumAI's commands.
|
||||
boxes
|
||||
Loading…
Reference in a new issue