Skip to content

Commit

Permalink
Update github-actions.yml : Firebase setting
Browse files Browse the repository at this point in the history
  • Loading branch information
pingowl authored Nov 8, 2023
1 parent caeff07 commit aaf61ba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ jobs:
# GitHub-Actions 에서 설정한 값을 application.properties 파일에 쓰기
echo "${{ secrets.PROPERTIES }}" >> ./application.properties
shell: bash

# 환경 변수 설정 (Firebase)
- name: create-json
id: create-json
uses: jsdaniell/[email protected]
with:
name: ${{ secrets.FIREBASE_JSON_FILENAME }}
json: ${{ secrets.FIREBASE_JSON }}
dir: 'src/main/resources/firebase'

- name: Build with Gradle
run: |
Expand Down

0 comments on commit aaf61ba

Please sign in to comment.