Skip to content

Commit

Permalink
fix: sonar 환경설정
Browse files Browse the repository at this point in the history
  • Loading branch information
hagisilm committed Mar 15, 2024
1 parent 9b62533 commit 2a0ccc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

# SonarQube
- name : Run SonarQube
run : mvn sonar:sonar -Dsonar.projectKey=github-action -Dsonar.host.url=${{secrets.SONAR_HOST}} -Dsonar.login=${{secrets.SONAR_TOKEN}}
run : mvn sonar:sonar -Dsonar.projectKey=no24-test -Dsonar.host.url=${{secrets.SONAR_HOST}} -Dsonar.login=${{secrets.SONAR_TOKEN}}

- name: upload file
uses: appleboy/scp-action@master
Expand Down

0 comments on commit 2a0ccc3

Please sign in to comment.