Silly attempt to fix token issues
Some checks failed
Analysis / SonarCloud (push) Failing after 4s

This commit is contained in:
Profitroll 2025-02-09 18:51:48 +01:00
parent df2b5efd88
commit 845a69491d
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2

View File

@ -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 }}