galovics commented on code in PR #2289:
URL: https://github.com/apache/fineract/pull/2289#discussion_r855862518
##########
.github/workflows/sonarqube.yml:
##########
@@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-20.04
env:
TZ: Asia/Kolkata
- SONAR_ORGANIZATION: ${{ secrets.SONAR_ORGANIZATION }}
- SONAR_PROJECT_KEY: ${{ secrets.SONAR_PROJECT_KEY }}
- SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+ SONAR_ORGANIZATION: apache
Review Comment:
Do you mind switching these back to secrets so we can try it? Hopefully that
should be it and we can get rid of the travis build completely.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]