From 434ba0a30a8d9f235137ce7fcf6df1b4fdb63b2b Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Wed, 3 Dec 2025 11:08:53 +0100 Subject: [PATCH] ci: use secret for the chat notifications url --- .woodpecker.star | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.woodpecker.star b/.woodpecker.star index 8f9eba8bac..daec06e69d 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", },