Shared Configuration Repository is missing for runtime

Fresh runtime deployment produces error:

Shared Configuration Repository is missing for runtime - HttpException: Repository ‘https://github.com/aaaaaaaaaaa/codefresh-runtime-internal-shared-config.git’ was not found. Make sure the repository exists and you have access to it.. Platform operations may not work properly.

The repository exists (private) and the pat should have access

Looking at pod/cap-app-proxy-85fdc68f89-p69ts

  Caused by HttpError: Not Found
      at /code/node_modules/@octokit/request/dist-node/index.js:86:21
      at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
      at async Job.doExecute (/code/node_modules/bottleneck/light.js:405:18) {
    cause: RequestError [HttpError]: Not Found
        at /code/node_modules/@octokit/request/dist-node/index.js:86:21
        at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
        at async Job.doExecute (/code/node_modules/bottleneck/light.js:405:18) {
      status: 404,
      response: [Object],
      request: [Object]
    },

API was wrong - should be https://api.github.com

Hello

For this kind of issues it is better to contact our support team.

Thank you