Skip to content

Commit

Permalink
Add OPENAI_API_KEY to environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
koganei committed Mar 8, 2024
1 parent 81450ef commit 8fc897c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ runs:
image: Dockerfile
env:
API_KEY: ${{ inputs.apiKey }}
OPENAI_API_KEY: ${{ inputs.apiKey }}
GITHUB_TOKEN: ${{ inputs.githubToken }}
GITHUB_REPOSITORY: ${{ inputs.githubRepository }}
GITHUB_PULL_REQUEST_NUMBER: ${{ inputs.githubPullRequestNumber }}
Expand Down

0 comments on commit 8fc897c

Please sign in to comment.