Skip to content

Commit 700c700

Browse files
committed
Copied proper project key
1 parent cbc1803 commit 700c700

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
args: >
6262
-Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
6363
-Dsonar.projectName=${{ github.event.repository.name }}
64+
-Dsonar.projectKey='splitsoftware_split-sdk-php'
6465
-Dsonar.exclusions='**/tests/**/*.*'
6566
-Dsonar.links.ci="https://github.com/splitio/${{ github.event.repository.name }}/actions"
6667
-Dsonar.links.scm="https://github.com/splitio/${{ github.event.repository.name }}"
@@ -75,6 +76,7 @@ jobs:
7576
args: >
7677
-Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
7778
-Dsonar.projectName=${{ github.event.repository.name }}
79+
-Dsonar.projectKey='splitsoftware_split-sdk-php'
7880
-Dsonar.exclusions='**/tests/**/*.*'
7981
-Dsonar.links.ci="https://github.com/splitio/${{ github.event.repository.name }}/actions"
8082
-Dsonar.links.scm="https://github.com/splitio/${{ github.event.repository.name }}"

0 commit comments

Comments
 (0)