Github Ghes 3 8
GitHub Enterprise Server 3.8 is a self-hosted enterprise version of GitHub for managing source code, collaboration, and development workflows on private infrastructure.
- Base URL:
https://github.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
meta_root— GET / — GitHub API Rootenterprise_admin_list_global_webhooks— GET /admin/hooks — List global webhooksenterprise_admin_get_global_webhook— GET /admin/hooks/{hook_id} — Get a global webhookenterprise_admin_list_public_keys— GET /admin/keys — List public keysenterprise_admin_list_pre_receive_environments— GET /admin/pre-receive-environments — List pre-receive environmentsenterprise_admin_get_pre_receive_environment— GET /admin/pre-receive-environments/{pre_receive_environment_id} — Get a pre-receive environment
Inputs
apiKey— your github-ghes-3-8 API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: meta_root
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: meta_root, enterprise_admin_list_global_webhooks, enterprise_admin_get_global_webhook, enterprise_admin_list_public_keys, enterprise_admin_list_pre_receive_environments, enterprise_admin_get_pre_receive_environment |
hook_id |
string | no | — | Path parameter hook_id (required by some operations). |
pre_receive_environment_id |
string | no | — | Path parameter pre_receive_environment_id (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |