Correct name of environment variable

This commit is contained in:
Michael Kaye 2022-03-03 16:34:26 +00:00
parent 3364868365
commit 105f3dd93d
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ jobs:
${{ runner.os }}-gradle- ${{ runner.os }}-gradle-
- run: ./gradlew sonarqube $CI_GRADLE_ARG_PROPERTIES - run: ./gradlew sonarqube $CI_GRADLE_ARG_PROPERTIES
env: 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 the channel about scheduled runs, do not notify for manually triggered runs
notify: notify: