From 434490c35635cbca13839011af41e32d08a28aeb Mon Sep 17 00:00:00 2001 From: Jakub Raczek Date: Fri, 10 Jan 2025 15:06:02 +0100 Subject: [PATCH] Update github-actions.yml --- .github/workflows/github-actions.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 45571e20..728d033f 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -40,7 +40,9 @@ jobs: echo "{frameworkVersion}={value}" >> "$tag" if: startsWith(github.ref, 'refs/tags/') - name: SonarQube Scan - uses: onarSource/sonarcloud-github-action@v4.0.0 + uses: onarSource/sonarcloud-github-action@v4.0.0 + env: + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - shell: powershell run: '(Get-Content ''Ocaramba.sln'' -raw) -replace [regex](''.*?'' + ''Documentation'' + (''.*?\r\n'' * (5 + 1))) | set-content ''Ocaramba.sln''' - name: Update ChromeDriver in csproj