From f503d4e0bdadf0fc1153b279224a63d0cf6ec9bc Mon Sep 17 00:00:00 2001 From: Andrea Morabito Date: Mon, 25 Nov 2024 09:40:17 +0100 Subject: [PATCH] set environment for sonar token --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cff754c..f95d032 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ env: jobs: scan-sonar: runs-on: ubuntu-22.04 + environment: ci steps: - name: "Checkout the source code"