Skip to content

Commit

Permalink
Update sonarqube.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
grada84 authored Nov 30, 2024
1 parent 5525f2c commit d78f97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
restore-keys: ${{ runner.os }}-m2
- name: Build and analyze
env:
GITHUB_TOKEN: ${{ secrets.ACCESO_REPOSITORIOS }} # Needed to get PR information, if any
GITHUB_TOKEN: ${{ secrets.ACCESO_REPOSITORIOS }} # 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.host.url=https://sonarcloud.io -Dsonar.organization=lacnic -Dsonar.projectKey=LACNIC_elections-open-source -DskipTests=false

0 comments on commit d78f97d

Please sign in to comment.