Skip to content

Commit

Permalink
💚 [STMT-296] github CI action에 FCM account secret 환경 변수 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
05AM committed Oct 15, 2024
1 parent 9191851 commit 669687f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
cd ./src/test/resources
echo "${{ secrets.ENV }}" > ./application-secret.properties
echo "${{ secrets.FCM_ACCOUNT_SECRET }}" > ./firebase/"${{secrets.FCM_ACCOUNT_SECRET_FILE_NAME}}"
- name: Gradle Caching
uses: actions/cache@v3
Expand Down

0 comments on commit 669687f

Please sign in to comment.