diff --git a/docs/connector.mdx b/docs/connector.mdx index 4cf5010..f66906d 100644 --- a/docs/connector.mdx +++ b/docs/connector.mdx @@ -368,7 +368,7 @@ docker run --rm \ -e BATON_CLIENT_SECRET= \ -e BATON_TOKEN= \ -e BATON_INSTANCE_URL= \ - ghcr.io/conductorone/baton-github-enterprise:latest + public.ecr.aws/conductorone/baton-github-enterprise:latest ``` @@ -385,8 +385,4 @@ If you see this error during sync, it most commonly means the GitHub App is miss This permission is required because the connector queries GitHub's GraphQL API to check whether your organization has SAML/SSO configured. GitHub restricts this data to apps with organization admin read access. Without it, the sync will fail. -**To fix:** Go to your GitHub App settings, then navigate to **Permissions** > **Organization permissions** > **Administration** and set it to **Read-only**. - - - - +**To fix:** Go to your GitHub App settings, then navigate to **Permissions** > **Organization permissions** > **Administration** and set it to **Read-only**. \ No newline at end of file