From c407b28b5111302ee158664cad23c775061fc3ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20To=CC=88llke?= Date: Fri, 13 Jan 2023 18:20:04 +0000 Subject: [PATCH] It's getting late --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 681de7b..edc9e4f 100644 --- a/action.yml +++ b/action.yml @@ -7,6 +7,9 @@ inputs: OPENAI_API_KEY: description: 'OpenAI API Key' required: true + OPENAI_ORG_KEY: + description: 'OpenAI Organization ID' + required: true GITHUB_TOKEN: description: 'pass secrets.GITHUB_TOKEN' required: true @@ -56,6 +59,7 @@ runs: env: LINK: "https://github.com/${{ inputs.REPOSITORY_NAME }}/pull/${{ inputs.PR_NUMBER }}" OPENAI_API_KEY: ${{ inputs.OPENAI_API_KEY }} + OPENAI_ORG_KEY: ${{ inputs.OPENAI_ORG_KEY }} GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }} GIT_COMMIT_HASH: ${{ inputs.GIT_COMMIT_HASH }} PR_TITLE: ${{ inputs.PR_TITLE }}