diff --git a/dashboard/local_settings.ci.py b/dashboard/local_settings.ci.py index ffc5388..e58bdeb 100644 --- a/dashboard/local_settings.ci.py +++ b/dashboard/local_settings.ci.py @@ -67,6 +67,10 @@ HOSTEA = { # Repository dedicated for handling support # ref: https://gitea.hostea.org/Hostea/july-mvp/issues/17 "SUPPORT_REPOSITORY": "support", + "WOODPECKER": { + "HOST": "https://woodpecker.hostea.org", # meta Woodpecker CI instance + "TOKEN": "woodpecker_ci_token", # WOodpecker authentication token + }, }, "INFRA": { "HOSTEA_REPO": { diff --git a/dashboard/settings.py b/dashboard/settings.py index 7dada47..b2a7838 100644 --- a/dashboard/settings.py +++ b/dashboard/settings.py @@ -180,6 +180,10 @@ HOSTEA = { # Repository dedicated for handling support # ref: https://gitea.hostea.org/Hostea/july-mvp/issues/17 "SUPPORT_REPOSITORY": "support", + "WOODPECKER": { + "HOST": "https://woodpecker.hostea.org", # meta Woodpecker CI instance + "TOKEN": "woodpecker_ci_token", # WOodpecker authentication token + }, }, "INFRA": { "HOSTEA_REPO": {