Skip to content

Commit

Permalink
It's getting late
Browse files Browse the repository at this point in the history
  • Loading branch information
mono-chrome committed Jan 13, 2023
1 parent e0e02b5 commit c407b28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit c407b28

Please sign in to comment.