Skip to content

Commit

Permalink
fix: credentials 주입 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondanythings committed Aug 17, 2024
1 parent 6ec3981 commit 0323685
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-cd-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ jobs:
run: |
echo "${APPLICATION_SECRET_PROPERTIES}" > ./${{ env.MODULE }}/src/main/resources/application-secret.properties
- name: Create Credentials
run: |
echo "${{ secrets.GOOGLE_CREDENTIALS }}" > ./${{ env.MODULE }}/src/main/resources/credentials.json
- name: Build ${{ env.MODULE }} module
run: ./gradlew :${{ env.MODULE }}:build

Expand Down

0 comments on commit 0323685

Please sign in to comment.