We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f34e71 commit 3fab344Copy full SHA for 3fab344
1 file changed
template/.github/workflows/sonarcloud.yml
@@ -36,5 +36,5 @@ jobs:
36
- name: SonarCloud Scan
37
uses: SonarSource/sonarcloud-github-action@master
38
env:
39
- GITHUB_TOKEN: ${{ '{{' -}} secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
40
- SONAR_TOKEN: ${{ '{{' -}} secrets.SONAR_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments