List container registries
list_registriesCheck which container registry credentials are configured for a repository, organization, or globally. Passwords are never exposed, so you can verify access for pulling private images.
Instructions
Lists the container registry credentials at one level. These are what let a pipeline pull private images. Passwords are never returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, starting at 1. | |
| scope | Yes | Which level to act on. "repository" needs repo_id, "organization" needs org_id, and "global" is instance-wide and needs neither (admin only). A pipeline sees the repository level first, then the organization, then global. | |
| org_id | No | Required when scope is "organization". | |
| repo_id | No | Required when scope is "repository". | |
| per_page | No | Entries per page (1 … 50). Woodpecker clamps anything above 50 without saying so. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| truncated | No | Present only when the answer was shortened to fit the budget. |