From 80cf0ba72cbd7bd7dd82076dc5d010686f7ef90f Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Thu, 11 Dec 2025 10:02:56 +0100 Subject: [PATCH] ci: use secret for the chat notifications url (#2006) Co-authored-by: Jannik Stehle --- .woodpecker.star | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.woodpecker.star b/.woodpecker.star index 10b37cdf23..7dbcca64dd 100644 --- a/.woodpecker.star +++ b/.woodpecker.star @@ -2061,7 +2061,9 @@ def notifyMatrix(ctx): }, "QA_REPO": "https://github.com/opencloud-eu/qa.git", "QA_REPO_BRANCH": "main", - "CI_WOODPECKER_URL": "https://ci.opencloud.eu/", + "CI_WOODPECKER_URL": { + "from_secret": "oc_ci_url", + }, "CI_REPO_ID": "3", "CI_WOODPECKER_TOKEN": "no-auth-needed-on-this-repo", },