diff --git a/frontend/src/lib/components/instanceSettings/GhesAppSettings.svelte b/frontend/src/lib/components/instanceSettings/GhesAppSettings.svelte index 86e3038fdf..ae5347d278 100644 --- a/frontend/src/lib/components/instanceSettings/GhesAppSettings.svelte +++ b/frontend/src/lib/components/instanceSettings/GhesAppSettings.svelte @@ -184,11 +184,15 @@ Homepage URL: your Windmill instance URL
  • - Callback URL: <your-windmill-url>/gh_success + Setup URL (under "Post installation"): + <your-windmill-url>/gh_success with "Redirect on update" checked. + Required for installing the app from workspace Git sync settings — GitHub redirects + here after installation to link it to the workspace. Without it, installations can + still be linked manually from the Workspace assignments table that appears below + once the app details are saved.
  • - Setup URL (optional): - <your-windmill-url>/gh_success with "Redirect on update" checked + Callback URL: <your-windmill-url>/gh_success
  • Uncheck Active under Webhook (not needed)