Skip to content

Commit 2064d22

Browse files
authored
chore: advertise required_secrets[] for wfctl secrets setup (#24)
1 parent 3bb5e9d commit 2064d22

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

plugin.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
"type": "external",
88
"tier": "community",
99
"minEngineVersion": "0.61.0",
10+
"required_secrets": [
11+
{
12+
"name": "GITHUB_APP_PRIVATE_KEY",
13+
"sensitive": true,
14+
"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.)",
15+
"prompt": "GitHub App private key (PEM)"
16+
}
17+
],
1018
"keywords": ["github", "webhook", "git", "actions", "ci", "cd", "integration", "pull-request", "release"],
1119
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-github",
1220
"repository": "https://github.com/GoCodeAlone/workflow-plugin-github",

0 commit comments

Comments
 (0)