From cf3dfd394328e03c7cf098e6c50c013161ea80af Mon Sep 17 00:00:00 2001 From: April Sylph <28949509+AprilSylph@users.noreply.github.com> Date: Wed, 25 Mar 2026 13:28:09 +0000 Subject: [PATCH] ci(Release Notes): add missing environment variables --- .github/workflows/release-notes.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 96bcbe3441..f18e570903 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -23,4 +23,6 @@ jobs: - name: Generate release notes run: dev/release-notes.js >> $GITHUB_STEP_SUMMARY env: + GITHUB_API_URL: ${{ github.api_url }} + GITHUB_REPOSITORY: ${{ github.repository }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}