Skip to content

Commit

Permalink
[PDS-56] feat: firebase service key upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dangnak2 committed Dec 3, 2023
1 parent 4013fb6 commit abc9ab1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ jobs:
# echo "${{ secrets.FIREBASE_SERVICE_KEY}}" > ./firebase_service_key.json
# shell: bash
## create firebase_service_key-dev.json
- name: make firebase_service_key.json
- name: create-json
id: create-json
if: contains(github.ref, 'develop')
run: mkdir ./src/main/resources/firebase
id: create-json
uses: jsdaniell/[email protected]
with:
name: "firebase_service_key.json"
json: ${{ secrets.FIREBASE_SERVICE_KEY }}
dir: './src/main/resources/firebase'
uses: jsdaniell/[email protected]
with:
name: "firebase_service_key.json"
json: ${{ secrets.FIREBASE_SERVICE_KEY }}
dir: './src/main/resources/firebase'

## gradle build
- name: Build with Gradle
Expand Down

0 comments on commit abc9ab1

Please sign in to comment.