From 14d7ecd550f9270b2a7841764461fe222ad873f6 Mon Sep 17 00:00:00 2001 From: Pedro Cavalheiro Date: Thu, 18 Apr 2024 15:34:39 +0100 Subject: [PATCH] Update codegpt.yml --- .github/workflows/codegpt.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codegpt.yml b/.github/workflows/codegpt.yml index 13b4e99..224e6f4 100644 --- a/.github/workflows/codegpt.yml +++ b/.github/workflows/codegpt.yml @@ -14,7 +14,6 @@ jobs: if: github.event_name == 'pull_request' || (github.event_name == 'issue_comment' && contains(github.event.comment.body, 'CodeGPT') && !contains(github.event.comment.body,'The following is a message from CodeGPT:')) uses: isat/codegpt@v1.0.0 with: - OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} - OPENAI_ASSISTANT_ID: 'asst_5GJDXEpXsiOKxJF2wObNvuWX' - env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} + OPENAI_ASSISTANT_ID: 'asst_5GJDXEpXsiOKxJF2wObNvuWX'