You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker push codiumai/pr-agent:gitlab_webhook # Push to your Docker repository
73
74
```
74
75
75
-
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`.
76
+
7. Set the environmental variables, the method depends on your docker runtime. Skip this step if you included your secrets/configuration directly in the Docker image.
8. Create a webhook in your GitLab project. Set the URL to ```http[s]://<PR_AGENT_HOSTNAME>/webhook```, the secret token to the generated secret from step 3, and enable the triggers `push`, `comments` and `merge request events`.
87
+
88
+
9. Test your installation by opening a merge request or commenting on a merge request using one of PR Agent's commands.
76
89
77
-
7. Test your installation by opening a merge request or commenting on a merge request using one of CodiumAI's commands.
0 commit comments