diff --git a/.github/workflows/cicd_scheduled_notify-seated-prs.yml b/.github/workflows/cicd_scheduled_notify-seated-prs.yml index 3cbfac9a5da3..96b0ca1c4842 100644 --- a/.github/workflows/cicd_scheduled_notify-seated-prs.yml +++ b/.github/workflows/cicd_scheduled_notify-seated-prs.yml @@ -26,7 +26,7 @@ jobs: script: | async function fetchOpenPrs() { const opts = github.rest.pulls.get.endpoint.merge({ - ..., + ... owner: '${{ github.repository_owner }}', repo: '${{ env.REPO }}', per_page: 100