ci: use secret for the chat notifications url (#2006)

Co-authored-by: Jannik Stehle <j.stehle@opencloud.eu>
This commit is contained in:
Viktor Scharf
2025-12-11 10:02:56 +01:00
committed by GitHub
parent 26f5cd7493
commit 80cf0ba72c

View File

@@ -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",
},