Codium-ai / pr-agent

🚀CodiumAI PR-Agent: An AI-Powered 🤖 Tool for Automated Pull Request Analysis, Feedback, Suggestions and More! 💻🔍
Apache License 2.0
5.75k stars 534 forks source link

Issue: Failed to validate secret #970

Closed kanavchopra30 closed 3 months ago

kanavchopra30 commented 3 months ago

I am trying to run pr-agent using gitlab webhooks using docker.

I have made the following changes in the mentioned files In configuration.toml file

  1. git_provider: gitlab
  2. [gitalb] url: https://www.example.com

In .secrets.toml file

  1. [openai] key = ""
  2. [gitlab] personal_access_token = "" shared_secret = ""

    My docker-compose.yml file:

    
    version: '3.2'

services: pr-agent: image: codiumai/pr-agent:gitlab_webhook restart: always volumes:

mrT23 commented 3 months ago

we cannot debug your personal deployment. Catch a breakpoint, and try to understand what went wrong. It is definitely a specific problem you have.

Alternatively, you are welcome to try pr-agent-pro, where installation is easier