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 71
71
if : matrix.tests.sonar && github.event_name == 'push' && github.repository == 'ansible/django-ansible-base'
72
72
env :
73
73
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
74
- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
74
+ SONAR_TOKEN : ${{ secrets.CICD_ORG_SONAR_TOKEN_CICD_BOT }}
75
75
76
76
- name : Upload jUnit XML test results
77
77
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 56
56
uses : SonarSource/sonarqube-scan-action@master
57
57
env :
58
58
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
59
- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
59
+ SONAR_TOKEN : ${{ secrets.CICD_ORG_SONAR_TOKEN_CICD_BOT }}
60
60
with :
61
61
args : >
62
62
-Dsonar.scm.revision=${{ github.event.workflow_run.head_sha }}
You can’t perform that action at this time.
0 commit comments