feat: read woodpecker config

wip-woodpecker
Aravinth Manivannan 2022-06-29 15:10:36 +05:30
parent e97a0aa80e
commit e6222abca7
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
2 changed files with 8 additions and 0 deletions

View File

@ -67,6 +67,10 @@ HOSTEA = {
# Repository dedicated for handling support # Repository dedicated for handling support
# ref: https://gitea.hostea.org/Hostea/july-mvp/issues/17 # ref: https://gitea.hostea.org/Hostea/july-mvp/issues/17
"SUPPORT_REPOSITORY": "support", "SUPPORT_REPOSITORY": "support",
"WOODPECKER": {
"HOST": "https://woodpecker.hostea.org", # meta Woodpecker CI instance
"TOKEN": "woodpecker_ci_token", # WOodpecker authentication token
},
}, },
"INFRA": { "INFRA": {
"HOSTEA_REPO": { "HOSTEA_REPO": {

View File

@ -180,6 +180,10 @@ HOSTEA = {
# Repository dedicated for handling support # Repository dedicated for handling support
# ref: https://gitea.hostea.org/Hostea/july-mvp/issues/17 # ref: https://gitea.hostea.org/Hostea/july-mvp/issues/17
"SUPPORT_REPOSITORY": "support", "SUPPORT_REPOSITORY": "support",
"WOODPECKER": {
"HOST": "https://woodpecker.hostea.org", # meta Woodpecker CI instance
"TOKEN": "woodpecker_ci_token", # WOodpecker authentication token
},
}, },
"INFRA": { "INFRA": {
"HOSTEA_REPO": { "HOSTEA_REPO": {