[recipe cookbook] Update url build (#4427)

This commit is contained in:
Ebony Louis
2025-08-29 11:00:51 -04:00
committed by GitHub
parent 173489fd2e
commit 76b3767861
3 changed files with 31 additions and 134 deletions
+3 -1
View File
@@ -24,9 +24,11 @@ jobs:
- name: Install dependencies and run email script
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_API_URL: ${{ github.event.pull_request.url }}
PR_NUMBER: ${{ github.event.pull_request.number }}
REPO_NAME: ${{ github.repository }}
PROVISIONING_API_KEY: ${{ secrets.PROVISIONING_API_KEY }}
EMAIL_API_KEY: ${{ secrets.SENDGRID_API_KEY }}
run: |
pip install requests sendgrid email-validator
python .github/scripts/send_key.py