Skip to content

Commit

Permalink
adding templates
Browse files Browse the repository at this point in the history
  • Loading branch information
vsc1cob committed Jan 20, 2025
1 parent 071951b commit d0244c0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
springboot-run-stop:
uses: ./.github/workflows/springboot-run-stop.yml # Reference to the Spring Boot workflow

# # Call the SonarCloud analysis workflow
# sonarcloud-analysis:
# uses: ./.github/workflows/sonarcloud-analysis.yml # Reference to the SonarCloud analysis workflow
# with:
# sonar-token: ${{ secrets.SONAR_TOKEN }}
# sonar-org: your-organization # Replace with your actual SonarCloud organization
# sonar-host-url: https://sonarcloud.io
# Call the SonarCloud analysis workflow
sonarcloud-analysis:
uses: ./.github/workflows/sonarcloud-analysis.yml # Reference to the SonarCloud analysis workflow
with:
sonar-token: ${{ secrets.SONAR_TOKEN }}
sonar-org: your-organization # Replace with your actual SonarCloud organization
sonar-host-url: https://sonarcloud.io

0 comments on commit d0244c0

Please sign in to comment.