diff --git a/web/src/components/projects/integration-form.tsx b/web/src/components/projects/integration-form.tsx
index df4be0cb..44d77551 100644
--- a/web/src/components/projects/integration-form.tsx
+++ b/web/src/components/projects/integration-form.tsx
@@ -246,6 +246,30 @@ function GitHubWebhookSection({ projectId }: { projectId: string }) {
)}
+ {/* curl instructions for manual GitHub webhook creation (collapsible) */}
+
+ Manual webhook creation (alternative: if the button below doesn't work)
+
+ Use the following curl command to create the GitHub webhook manually. Requires a token
+ with
+
+ admin:repo_hook scope.
+
+ {githubCurlCommand}
+
+
- Manual webhook creation (if the button above doesn't work) -
-
- Use the following curl command to create the GitHub webhook manually. Requires a token
- with admin:repo_hook scope.
-
- {githubCurlCommand}
-
- + Manual webhook creation (alternative: if the button below doesn't work) +
++ Use the following curl command to create the {providerName} webhook manually with your + own credentials: +
+
+ {curlCommand}
+
+ - Manual webhook creation (if the button above doesn't work) -
-- Use the following curl command to create the {providerName} webhook manually with your own - credentials: -
-
- {curlCommand}
-
- Enter your Trello API credentials. These will be saved securely to the project.
@@ -109,12 +115,6 @@ export function TrelloCredentialsStep({