Github custom action development - WIP

This commit is contained in:
Ori Kotek
2023-07-13 18:32:28 +03:00
parent 4033303c1f
commit f337d76af6
2 changed files with 25 additions and 12 deletions

View File

@ -8,6 +8,6 @@ jobs:
- name: PR Agent action step
id: pragent
uses: Codium-ai/pr-agent@feature/github_action
with:
openai-key: "TBD: openai key"
env:
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
OPENAI_ORG: ${{ secrets.OPENAI_ORG }}