Skip to content

Commit 3fab344

Browse files
committed
update sonarcloud workflow to fix secrets field
1 parent 8f34e71 commit 3fab344

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

template/.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
- name: SonarCloud Scan
3737
uses: SonarSource/sonarcloud-github-action@master
3838
env:
39-
GITHUB_TOKEN: ${{ '{{' -}} secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
40-
SONAR_TOKEN: ${{ '{{' -}} secrets.SONAR_TOKEN }}
39+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
40+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)