From 59f117d9160cf8bacbb4577fe95d60a66b1c56a2 Mon Sep 17 00:00:00 2001 From: Charles Uneze Date: Wed, 29 Nov 2023 16:07:57 +0100 Subject: [PATCH 1/3] Update INSTALL.md --- INSTALL.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index b766bdc8..551bc947 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -157,10 +157,11 @@ jobs: OPENAI_KEY: ${{ secrets.OPENAI_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` -2. Add the following secret to your repository under `Settings > Secrets`: +2. Add the following secret to your repository under `Settings > Secrets and variables > Actions > New repository secret > Add secret`: ``` -OPENAI_KEY: +Name = OPENAI_KEY +Secret = ``` The GITHUB_TOKEN secret is automatically created by GitHub. From 76f3d54519ceaacb65a36182b4341d7afcd02e77 Mon Sep 17 00:00:00 2001 From: Charles Uneze Date: Thu, 30 Nov 2023 13:56:22 +0100 Subject: [PATCH 2/3] Update INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 551bc947..ed70425d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -455,6 +455,6 @@ docker push codiumai/pr-agent:bitbucket_server_webhook # Push to your Docker re Navigate to `Projects` or `Repositories`, `Settings`, `Webhooks`, `Create Webhook`. Fill the name and URL, Authentication None select the Pull Request Opened checkbox to receive that event as webhook. -The url should be ends with `/webhook`, example: https://domain.com/webhook +The url should end with `/webhook`, for example: https://domain.com/webhook ======= From f7410da330a494287fc89b13c54112155cc889c1 Mon Sep 17 00:00:00 2001 From: Charles Uneze Date: Thu, 30 Nov 2023 14:13:20 +0100 Subject: [PATCH 3/3] Update INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index ed70425d..f1d35bfe 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -455,6 +455,6 @@ docker push codiumai/pr-agent:bitbucket_server_webhook # Push to your Docker re Navigate to `Projects` or `Repositories`, `Settings`, `Webhooks`, `Create Webhook`. Fill the name and URL, Authentication None select the Pull Request Opened checkbox to receive that event as webhook. -The url should end with `/webhook`, for example: https://domain.com/webhook +The URL should end with `/webhook`, for example: https://domain.com/webhook =======