Private git repo showing as public in Drone

Hello,

I have a git repo that i recently made private. The issue I’m having is that Drone continues to see it as public and cannot clone the repo because it’s not attempting to do so using the Github credentials (because it thinks its public). How can i switch this setting?

Below is the output from the drone cli. it shows my repo as “Private: false”, but this repo is private in Github.

drone repo info  REDACTED
Owner: 
Repo: REDACTED
Type: 
Config: 
Visibility: private
Private: false
Trusted: true
Gated: false
Remote:

I was able to resolve this. For anyone else running into this issue, the drone repo repair command fixes the issue.