Correct name of environment variable
This commit is contained in:
parent
3364868365
commit
105f3dd93d
|
@ -333,7 +333,7 @@ jobs:
|
|||
${{ runner.os }}-gradle-
|
||||
- run: ./gradlew sonarqube $CI_GRADLE_ARG_PROPERTIES
|
||||
env:
|
||||
ORG_GRADLE_PROJECT_SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
ORG_GRADLE_PROJECT_SONAR_LOGIN: ${{ secrets.SONAR_TOKEN }}
|
||||
|
||||
# Notify the channel about scheduled runs, do not notify for manually triggered runs
|
||||
notify:
|
||||
|
|
Loading…
Reference in New Issue