From 41c6ddaf86f35dfe592a35b070aab80072d76e44 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 3 Aug 2026 19:07:54 +0300 Subject: [PATCH] fix --- .woodpecker/test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index dc2d6619f..466f58e7e 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -51,11 +51,13 @@ steps: environment: SONAR_TOKEN: from_secret: sonarqube-token + SONAR_HOST_URL: https://sonarqube.pleroma.dev + SONAR_PROJECT_KEY: Pleroma-FE when: - event: push branch: ${CI_REPO_DEFAULT_BRANCH} commands: - - sonar-scanner -Dsonar.host.url="${SONAR_HOST_URL}" + - sonar-scanner -Dsonar.host.url="${SONAR_HOST_URL}" -Dsonar.projectKey="${SONAR_PROJECT_KEY}" upload-artifacts: image: docker.io/woodpeckercommunity/plugin-gitea-package:0.5.0