Skip to content

Commit b1c359e

Browse files
committed
Updated the sonar token
1 parent ce72059 commit b1c359e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/Code-Quality-check.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ env:
1515
CLOUD_STORE_GROUP_ID: ${{ vars.CLOUD_STORE_GROUP_ID }}
1616
CLOUD_STORE_ARTIFACT_ID: ${{ vars.CLOUD_STORE_ARTIFACT_ID }}
1717
CLOUD_STORE_VERSION: ${{ vars.CLOUD_STORE_VERSION }}
18-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1918

2019
jobs:
2120
build:
@@ -170,7 +169,7 @@ jobs:
170169
cache: 'maven'
171170
- name: Run SonarCloud Analysis for Content
172171
env:
173-
SONAR_TOKEN: ${SONAR_TOKEN}
172+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
174173
working-directory: content-api/content-service
175174
run: |
176175
mvn sonar:sonar \
@@ -195,7 +194,7 @@ jobs:
195194
cache: 'maven'
196195
- name: Run SonarCloud Analysis for Taxonomy
197196
env:
198-
SONAR_TOKEN: ${SONAR_TOKEN}
197+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
199198
working-directory: taxonomy-api/taxonomy-service
200199
run: |
201200
mvn sonar:sonar \
@@ -220,7 +219,7 @@ jobs:
220219
cache: 'maven'
221220
- name: Run SonarCloud Analysis for Search
222221
env:
223-
SONAR_TOKEN: ${SONAR_TOKEN}
222+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
224223
working-directory: search-api/search-service
225224
run: |
226225
mvn sonar:sonar \

0 commit comments

Comments
 (0)