Commit 5917f7e
committed
fix(examples): n8n workflow passes token via environments, not --token
Addresses Copilot review: the n8n workflow node still used the ignored
--token CLI flag. Pass TASKADE_API_KEY via the node's environments field so
the imported workflow actually authenticates (consistent with the stdio docs).1 parent 06c36fe commit 5917f7e
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
0 commit comments