Git Sync with Github Organizations
We’re evaluating Windmill Cloud and want to use Git Sync to develop scripts locally and later deploy via GitHub Actions. I’ve spent quite some time trying to connect a Git repository to our workspace, but I’m consistently hitting what looks like an authentication issue.
Observed behavior
• When adding the repo under Git Sync, I get the warning:
Git sync resource checked via Windmill job WARNING: Only read permissions are verified.
• No Job ID is returned, so I can’t inspect logs or see a failure trace.
What I’ve tried
• Authenticating via a GitHub App installed on the repository.
• Authenticating with a GitHub Personal Access Token (PAT) embedded in the repo URL.
• Followed the setup steps in your docs:
• https://www.windmill.dev/docs/advanced/git_sync
• https://www.windmill.dev/docs/advanced/local_development
Request
Could you help diagnose why the sync never produces a Job ID/logs and how to resolve the auth check so we can complete the initial Git Sync?
Thanks a lot for your help!
