Skip to content

Commit

Permalink
Merge pull request #221 from PLADI-ALM/fix/PDS-192-sonarCloud-secret
Browse files Browse the repository at this point in the history
[PDS-192/fix] 소나 클라우드 암호화 설정 추가
  • Loading branch information
chaerlo127 authored Nov 21, 2023
2 parents 55910ee + 527a9d4 commit 078c6b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sonarCloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Make application-secret.yml
run: |
cd ./src/main/resources
touch ./application-secret.yml
echo "${{ secrets.PROPERTIES_SECRET }}" > ./application-secret.yml
- name: Cache Gradle packages
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 078c6b6

Please sign in to comment.