mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 09:05:50 +00:00
Fix typo in github token variable
This commit is contained in:
parent
38b5d6705f
commit
bcb970ac23
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sonar-build.yml
vendored
2
.github/workflows/sonar-build.yml
vendored
|
@ -32,6 +32,6 @@ jobs:
|
||||||
restore-keys: ${{ runner.os }}-m2
|
restore-keys: ${{ runner.os }}-m2
|
||||||
- name: Build and analyze
|
- name: Build and analyze
|
||||||
env:
|
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 }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=andrii-hryniv_spring-petclinic
|
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=andrii-hryniv_spring-petclinic
|
||||||
|
|
Loading…
Reference in a new issue