summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuqman <luqazino@gmail.com>2024-04-24 16:25:48 +0100
committerGitHub <noreply@github.com>2024-04-24 15:25:48 +0000
commitbaee6d8c42cfa659b49206be90a553e003c042dc (patch)
treeda55e1b0c0bc89d1b233d445d022fc124495cf79
parent3d9a8b3217511ff0b48736ada5e4de9229c8a1b3 (diff)
Add pip install requests openai to the workflow file (#6341)
-rw-r--r--.github/workflows/draft-release.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml
index 37367dc5303..65c7d52dc66 100644
--- a/.github/workflows/draft-release.yml
+++ b/.github/workflows/draft-release.yml
@@ -35,6 +35,7 @@ jobs:
- name: 🧬 Process Changelog
run: |
+ pip install requests openai
python process_changelog.py CHANGELOG.md ${{ github.event.inputs.release_pr_number }}
python summarize_changelog.py ${{ secrets.GITHUB_TOKEN }} ${{ secrets.OPENAI_API_KEY }}
cat CHANGELOG.md