You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/platform/enterprise/forks.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -331,7 +331,7 @@ Servers that **publish workflows as MCP tools**.
331
331
|**Fork**|**Values never leave the source.** Workflow text still contains `{{KEY}}` names. Create matching secrets (or the names you will map to) under the child’s **Secrets**. |
332
332
|**Sync**| Map source key names to target key names. Values stay in each workspace. Unmapped required secrets block Sync. |
333
333
334
-
Notes are documentation: a `{{KEY}}` inside a Note block never needs mapping and never blocks Sync.
334
+
Notes are documentation: a `{{KEY}}`that appears only inside a Note block never needs mapping and never blocks Sync.
335
335
336
336
**Example:** Workflows use `{{OPENAI_API_KEY}}`. After fork, add that secret in the child (or map `OPENAI_API_KEY` to whatever name the child uses) before runs and syncs succeed.
0 commit comments