Create registry credential
render_create_registry_credentialCreate a new registry credential for use with GitHub, GitLab, Docker, Google Artifact, or AWS ECR by providing name, owner, username, and auth token.
Instructions
Create registry credential. Create a new registry credential. Calls POST /registrycredentials on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| ownerId | Yes | ||
| registry | Yes | The registry to use this credential with | |
| username | Yes | ||
| authToken | Yes |