Skip to content

Commit 2f8f04d

Browse files
committed
fix
1 parent 9bf503f commit 2f8f04d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@ jobs:
3939
env:
4040
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4141
with:
42+
# NOTE: https://sonarcloud.io/project/information?id=hexlet-boilerplates_php-package
4243
args: >
44+
-Dsonar.projectKey=hexlet-boilerplates_php-package
45+
-Dsonar.organization=hexlet-boilerplates
4346
-Dsonar.php.coverage.reportPaths=build/logs/clover.xml

0 commit comments

Comments
 (0)