-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
104 lines (104 loc) · 3.41 KB
/
manifest.json
File metadata and controls
104 lines (104 loc) · 3.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"assets": {
"config": true,
"ui": false
},
"author": "GoCodeAlone",
"capabilities": {
"configProvider": false,
"moduleTypes": [
"git.webhook",
"github.app",
"github.runner_provider"
],
"stepTypes": [
"step.gh_action_trigger",
"step.gh_action_status",
"step.gh_compute_gateway",
"step.gh_create_check",
"step.gh_pr_create",
"step.gh_pr_merge",
"step.gh_pr_comment",
"step.gh_pr_review",
"step.gh_issue_create",
"step.gh_issue_close",
"step.gh_issue_label",
"step.gh_release_create",
"step.gh_release_upload",
"step.gh_repo_dispatch",
"step.gh_deployment_create",
"step.gh_secret_set",
"step.gh_graphql"
],
"triggerTypes": []
},
"category": "integrations",
"description": "GitHub integration plugin: webhook handling, GitHub Actions, PRs, issues, releases, and deployments",
"downloads": [
{
"arch": "amd64",
"os": "darwin",
"sha256": "1a165d1591710621baddfdaa5709e54806cb1367a179cde1da7fcc227d2719fc",
"url": "https://github.com/GoCodeAlone/workflow-plugin-github/releases/download/v1.0.7/workflow-plugin-github-darwin-amd64.tar.gz"
},
{
"arch": "arm64",
"os": "darwin",
"sha256": "99d5ad0dd1ba10ae62ca4a33fda2b7772b05fd5e0a49533f4d1238e39c37346f",
"url": "https://github.com/GoCodeAlone/workflow-plugin-github/releases/download/v1.0.7/workflow-plugin-github-darwin-arm64.tar.gz"
},
{
"arch": "amd64",
"os": "linux",
"sha256": "feab134a66da617f7609776785fd4dd9cdc334341462c2e342aa4bc8b037e5bf",
"url": "https://github.com/GoCodeAlone/workflow-plugin-github/releases/download/v1.0.7/workflow-plugin-github-linux-amd64.tar.gz"
},
{
"arch": "arm64",
"os": "linux",
"sha256": "a5f0c76bfe533c99e77bb3a50c22aa94d4be98a415f0fc24e442d27157b5f822",
"url": "https://github.com/GoCodeAlone/workflow-plugin-github/releases/download/v1.0.7/workflow-plugin-github-linux-arm64.tar.gz"
},
{
"arch": "amd64",
"os": "windows",
"sha256": "5518590f895647273bf802687bfdb09e93cedfbd05ffd4313a70fb6df9fb0cc6",
"url": "https://github.com/GoCodeAlone/workflow-plugin-github/releases/download/v1.0.7/workflow-plugin-github-windows-amd64.tar.gz"
},
{
"arch": "arm64",
"os": "windows",
"sha256": "42ae66b0b01d3adb7fd89a494af305fb2f61885f15f4eae61c6bc7184d88bd44",
"url": "https://github.com/GoCodeAlone/workflow-plugin-github/releases/download/v1.0.7/workflow-plugin-github-windows-arm64.tar.gz"
}
],
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-github",
"keywords": [
"github",
"webhook",
"git",
"actions",
"ci",
"cd",
"integration",
"pull-request",
"release"
],
"license": "MIT",
"minEngineVersion": "0.61.0",
"name": "github",
"repository": "https://github.com/GoCodeAlone/workflow-plugin-github",
"required_secrets": [
{
"description": "GitHub App private key (PEM) for the github.app module. Referenced as ${GITHUB_APP_PRIVATE_KEY} in private_key. (Step-level operations may also use a GITHUB_TOKEN.)",
"name": "GITHUB_APP_PRIVATE_KEY",
"prompt": "GitHub App private key (PEM)",
"sensitive": true
}
],
"source": "github.com/GoCodeAlone/workflow-plugin-github",
"status": "experimental",
"tier": "core",
"type": "external",
"version": "1.0.7"
}