Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions docs/connector.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ docker run --rm \
-e BATON_CLIENT_SECRET=<your-c1-client-secret> \
-e BATON_TOKEN=<your-github-pat> \
-e BATON_INSTANCE_URL=<your-github-enterprise-url> \
ghcr.io/conductorone/baton-github-enterprise:latest
public.ecr.aws/conductorone/baton-github-enterprise:latest
```

<Tip>
Expand All @@ -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**.
Loading