feat(plugins/core): support GHES (#1188)

This commit is contained in:
Simon Lecoq
2022-08-14 18:07:59 +02:00
committed by GitHub
parent ab85858528
commit 2379a9f66b
4 changed files with 33 additions and 3 deletions

View File

@@ -25,6 +25,10 @@
"secret": null, "//": "GitHub OAUTH client secret",
"url":"https://example.com", "//": "GitHub OAUTH callback url (must be the same as the web instance host)"
},
"api":{
"rest": null, "//": "GitHub REST API custom endpoint",
"graphql": null, "//": "GitHub GraphQL API custom endpoint"
},
"control":{
"token": null, "//": "Control token (can be used by external services to perform actions on instance, such as stopping it for redeploys)"
},