From 055b5ea70005962d16fcca5003ed14b190b69909 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Sun, 29 Oct 2023 13:03:12 +0200 Subject: [PATCH] final fixes --- Usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Usage.md b/Usage.md index 60991e0d..6963fe36 100644 --- a/Usage.md +++ b/Usage.md @@ -160,7 +160,7 @@ Note that the new prompt will need to generate an output compatible with the rel ### Working with GitHub Action You can configure settings in GitHub action by adding environment variables under the env section in `.github/workflows/pr_agent.yml` file. -Specifically, you need to set the following environment variables: +Specifically, should set the following environment variables: ```yaml env: OPENAI_KEY: ${{ secrets.OPENAI_KEY }} # or give directly your key