action clever_cloud_get_github_keys { label: "getGithubKeys" provider: clever_cloud method: GET path: "/github/keys" encoding: json output: { type: "array" items: { type: "object" required: ["fingerprint", "key", "name"] properties: { fingerprint: { type: "string" } key: { type: "string" } name: { type: "string" } } } } }