Skip to content

Commit

Permalink
ci: gradle 전에 파이어베이스 파일 추가하도록 스크립트 수정 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
mingeun0507 committed Feb 21, 2024
1 parent b310857 commit be03f09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
run: echo ${{ secrets.APPLICATION_PROD_BASE64 }} | base64 --decode > ./src/main/resources/application-prod.yml
shell: bash

- name: make madii-app-firebase-adminsdk-uriyk-c04677456f.json
run: echo ${{ secrets.FIREBASE_KEY_BASE64 }} | base64 --decode > ./src/main/resources/madii-app-firebase-adminsdk-uriyk-c04677456f.json
shell: bash

- name: Gradle Caching
uses: actions/cache@v3
with:
Expand Down

0 comments on commit be03f09

Please sign in to comment.