diff --git a/.gitea/workflows/analysis.yml b/.gitea/workflows/analysis.yml index fa7e2b9..a621b33 100644 --- a/.gitea/workflows/analysis.yml +++ b/.gitea/workflows/analysis.yml @@ -20,5 +20,5 @@ jobs: - name: SonarQube Scan uses: SonarSource/sonarqube-scan-action@v4.2.1 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file