Skip to content

Commit 580f862

Browse files
author
Manuel
committed
build(sonar): Fix secret to be correct
1 parent 6efd3a3 commit 580f862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sonarqube-deploy-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
scanMetadataReportFile: target/sonar/report-task.txt
4545
env:
4646
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
47-
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
47+
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}

0 commit comments

Comments
 (0)