Fix typo in github token variable

This commit is contained in:
andrii-hryniv 2023-06-13 02:37:34 +02:00
parent 38b5d6705f
commit bcb970ac23

View file

@ -32,6 +32,6 @@ jobs:
restore-keys: ${{ runner.os }}-m2
- name: Build and analyze
env:
GITHUB_TOKEN: ${{ token.github }} # Needed to get PR information, if any
GITHUB_TOKEN: ${{ github.token }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=andrii-hryniv_spring-petclinic