I’m having difficulty adding a private GitHub repository via the Repositories section of the app. I’m attempting to add a repo (to which I have admin privileges and is part of a GitHub organization) via Add Repository > GitHub > org/repo_name + Save Changes.
I keep receiving a 404 response. I’m assuming this is a permissions issue within GitHub?
I have permitted Sentry access within GitHub to the organization via “Third-party access”.
Can you make sure you have the correct GitHub identity set up in Sentry? You may need to disconnect and reconnect with the correct identity. https://sentry.io/account/settings/identities/.
I followed the steps above in the help article and I can confirm Sentry has access to the organization on Github. I also have the correct Github identity set up in Sentry.
I think that was it, I don’t have admin / owner permissions on the Github organization. I asked the owner of our Github org to add the repo to Sentry and it worked.
I am having the same problems and I can’t seem to connect Sentry with Github.
I did all of the above and even reconnecting with my github identity and it still doesn’t work. Even I can’t send an issue to my own public repo (not part of an organization)
Hello people, with me the problem is a bit different. I keep getting “Unable to save changes. Please try again” message after trying to add my organization repo on Github. I’m admin on sentry and owner at Github. Looking at the request the add button is making (POST https://sentry.io/api/0/organizations/<org>/repos/), I can see that it’s returning 403 ({“detail”: “You do not have permission to perform this action.”}).