From 457b1c1b89df6dbea5be8c97bb525f1caa32daaf Mon Sep 17 00:00:00 2001 From: Mindy Moreland Date: Tue, 26 May 2026 17:25:19 -0700 Subject: [PATCH] docs: update Docker image registry from GHCR to ECR Public --- docs/connector.mdx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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