action circleci_post_project_username_project_checkout_key { label: "post_project_username_project_checkout_key" description: "Creates a new checkout key.\nOnly usable with a user API token.\n" provider: circleci method: POST path: "/project/{username}/{project}/checkout-key" encoding: json input: { type: "string" enum: ["deploy-key", "github-user-key"] } output: { type: "object" additionalProperties: true } }