Skip to content

Commit 9edc244

Browse files
committed
feat: replace login creds with token in sonar properties
1 parent 420b3bb commit 9edc244

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sonar-project.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
sonar.projectKey=api-sdk-node
22

33
sonar.host.url=${env.CODE_ANALYSIS_HOST_URL}
4-
sonar.login=${env.CODE_ANALYSIS_LOGIN}
5-
sonar.password=${env.CODE_ANALYSIS_PASSWORD}
4+
sonar.token=${env.CODE_ANALYSIS_TOKEN}
65

76
sonar.sources=src
87
sonar.tests=test

0 commit comments

Comments
 (0)