File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7171 if : matrix.tests.sonar && github.event_name == 'push' && github.repository == 'ansible/django-ansible-base'
7272 env :
7373 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
74- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
74+ SONAR_TOKEN : ${{ secrets.CICD_ORG_SONAR_TOKEN_CICD_BOT }}
7575
7676 - name : Upload jUnit XML test results
7777 if : matrix.tests.junit-xml-upload && github.event_name == 'push' && github.repository == 'ansible/django-ansible-base' && github.ref_name == 'devel'
Original file line number Diff line number Diff line change 5656 uses : SonarSource/sonarqube-scan-action@master
5757 env :
5858 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
59- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
59+ SONAR_TOKEN : ${{ secrets.CICD_ORG_SONAR_TOKEN_CICD_BOT }}
6060 with :
6161 args : >
6262 -Dsonar.scm.revision=${{ github.event.workflow_run.head_sha }}
You can’t perform that action at this time.
0 commit comments