Skip to content

Commit e9f347e

Browse files
committed
refactor: Format Sonar configuration
1 parent 0551bf6 commit e9f347e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ proxy:
5353
'/sonarqube':
5454
target: https://sonarcloud.io/api
5555
allowedMethods: ['GET', 'POST']
56-
auth: '${SONARCLOUD_TOKEN}:'
56+
auth: '${SONAR_TOKEN}:'
5757

5858
sonarqube:
5959
baseUrl: https://sonarcloud.io
60-
apiKey: ${SONARCLOUD_TOKEN}
60+
apiKey: ${SONAR_TOKEN}
6161

6262
# Reference documentation http://backstage.io/docs/features/techdocs/configuration
6363
# Note: After experimenting with basic setup, use CI/CD to generate docs

0 commit comments

Comments
 (0)