From 348e09d1fc9e05d94797a15865ed29ee8df2068d Mon Sep 17 00:00:00 2001 From: ds0407 <84156927+ds0407@users.noreply.github.com> Date: Thu, 27 Apr 2023 22:34:39 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfea3be..d6041a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,5 +14,6 @@ on: jobs: ci: uses: luketainton/gha-workflows/.github/workflows/ci-python.yml@main - secrets: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + env: + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}