We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cefcc0a commit 8bfbcfeCopy full SHA for 8bfbcfe
.github/workflows/build.yml
@@ -18,6 +18,6 @@ jobs:
18
uses: SonarSource/sonarqube-scan-action@master
19
env:
20
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
21
- DYNAMIC_PROJECT_KEY: "${{ github.event.repository.name }}"
+ DYNAMIC_PROJECT_KEY: "sonarqubecloud-aleksandra-bozhinoska_${{ github.event.repository.name }}"
22
with:
23
- args: -Dsonar.projectKey=sonarqubecloud-aleksandra-bozhinoska_${{ github.event.repository.name }} -Dsonar.organization=sonarqubecloud-aleksandra-bozhinoska
+ args: -Dsonar.projectKey=${{ env.DYNAMIC_PROJECT_KEY }} -Dsonar.organization=sonarqubecloud-aleksandra-bozhinoska
0 commit comments