From de01c9723d028565e1a1be7e6c968934389deb3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20DELSOL?= Date: Mon, 5 Feb 2024 23:01:01 +0100 Subject: [PATCH] Update contributors list, used github token for Sonars workflow --- .github/workflows/sonars.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonars.yml b/.github/workflows/sonars.yml index 63dca08..b8f9453 100644 --- a/.github/workflows/sonars.yml +++ b/.github/workflows/sonars.yml @@ -33,7 +33,7 @@ jobs: - name: Monitor coverage uses: slavcodev/coverage-monitor-action@v1 with: - github_token: ${{ secrets.ACTIONS_GITHUB_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} coverage_path: coverage.xml threshold_alert: 95 threshold_warning: 90 @@ -44,5 +44,5 @@ jobs: - name: SonarCloud Scan uses: SonarSource/sonarcloud-github-action@master env: - GITHUB_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}