Skip to content

Commit

Permalink
Update SonarCloudAnalysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyubi authored Dec 15, 2023
1 parent 8acdb65 commit eafcefd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/SonarCloudAnalysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GHP_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
KAKAO_CLIENT_ID: ${{secrets.KAKAO_CLIENT_ID}}
KAKAO_CLIENT_SECRET: ${{secrets.KAKAO_CLIENT_SECRET}}
KAKAO_REDIRECT_URI: ${{secrets.KAKAO_REDIRECT_URI}}
JWT_SECRET: ${{secrets.KAKAO_REDIRECT_URI}}
TOKEN_VALIDITY_TIME: ${{secrets.TOKEN_VALIDITY_TIME}}
run: ./gradlew build sonar --info

0 comments on commit eafcefd

Please sign in to comment.