Skip to content

Commit

Permalink
Fix SonarCloud Scan
Browse files Browse the repository at this point in the history
  • Loading branch information
tattali committed May 2, 2024
1 parent ba1d6b7 commit de1bf42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: SonarCloud Scan
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_TOKEN: ${{ env.SONAR_TOKEN }}
uses: SonarSource/sonarcloud-github-action@master
with:
args: >
Expand Down

0 comments on commit de1bf42

Please sign in to comment.