From 3567b188cdb48ec484aedee15cfee941d877c1a0 Mon Sep 17 00:00:00 2001 From: Stanislaw Malinowski Date: Mon, 16 Sep 2024 09:56:13 +0100 Subject: [PATCH] add the org key to the workflow keys --- .github/workflows/sonarcloud.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index b342e96f8..e71709632 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -19,3 +19,4 @@ jobs: uses: sonarsource/sonarcloud-github-action@v3.0.0 # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/sonarcloud-scan env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + SONAR_ORG_KEY: ${{ secrets.SONAR_ORG_KEY }}