Skip to content

Commit

Permalink
correct sonar key for webhook (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiennn authored Aug 9, 2024
1 parent 6bfe1ac commit 64d994d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webhook/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<properties>
<sonar.organization>nashtech-garage</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.projectKey>nashtech-garage_yas-product</sonar.projectKey>
<sonar.projectKey>nashtech-garage_yas-webhook</sonar.projectKey>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 64d994d

Please sign in to comment.