Short answer: Drop the "GitHub → List Repositories" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Type type | options | Optional | Type. Options: Owner, All (including collabs), Member |
Sort sort | options | Optional | Sort. Options: Updated, Created, Full Name |
Per Page per_page | string | Optional | Per Page. e.g. "30" |
{"type": "{{trigger.type}}","sort": "{{trigger.sort}}","per_page": "30"}
[{"private": true,"html_url": "https://github.com/acme/my-project","full_name": "acme/my-project","default_branch": "main"}]
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.