diff --git a/.github/workflows/cicd_scheduled_notify-seated-prs.yml b/.github/workflows/cicd_scheduled_notify-seated-prs.yml index 7ec9c6793966..de557d74945f 100644 --- a/.github/workflows/cicd_scheduled_notify-seated-prs.yml +++ b/.github/workflows/cicd_scheduled_notify-seated-prs.yml @@ -23,7 +23,7 @@ jobs: retries: 3 retry-exempt-status-codes: 400,401 github-token: ${{ secrets.CI_MACHINE_TOKEN }} - base-url: /repos/dotCMS/core/pulls + base-url: https://api.github.com/repos/dotCMS/core/pulls script: | async function fetchOpenPrs() { const opts = github.rest.pulls.get.endpoint.merge({