Unable to get commits information after integrating github with sentry

We have integrated sentry project with Kibopush repositories, but we are unable to get commits information. We have performed the following steps:

  1. Configured SDK in all our repositories. So we have handled and unhandled exceptions coming from these on our sentry.
  2. Then integrated github repositories with sentry. See image below:
  3. Thirdly we also created a release for one of our repositories by installing sentry CLI . And associated commits by using this command: sentry-cli releases set-commits --auto $VERSION
  4. After performing the above steps, we are still unable to gets commits information from the repository the integration has been setup. Please help what are we missing to understand or is there any addition step that we have to perform.
    Thanks