We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e97d9 commit ae2bd6fCopy full SHA for ae2bd6f
1 file changed
.github/workflows/code_coverage.yml
@@ -137,7 +137,7 @@ jobs:
137
uses: SonarSource/sonarqube-scan-action@master
138
env:
139
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
140
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+ SONAR_TOKEN: ${{ secrets[format('{0}', vars.SONAR_TOKEN_SECRET_NAME)] }}
141
with:
142
args: >
143
-Dsonar.projectKey=${{ env.REPO_OWNER }}_${{ env.REPO_NAME }}
0 commit comments