File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
2019jobs :
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 \
You can’t perform that action at this time.
0 commit comments