We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4039ff4 + d9d8dca commit 331409fCopy full SHA for 331409f
2 files changed
.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Run SonarCloud Analysis
39
run: ./gradlew sonar
40
env:
41
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+ SONAR_TOKEN: ${{ secrets.DHIS2_BOT_SONARCLOUD_TOKEN }}
42
GIT_BRANCH: ${{ github.ref_name }}
43
44
publish:
.github/workflows/pull_request.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
GIT_BRANCH: ${{ github.ref_name}}
37
GIT_BRANCH_DEST: ${{ github.base_ref }}
PULL_REQUEST: ${{ github.event.pull_request.number }}
0 commit comments