Skip to content

Commit

Permalink
ci : add google_services in yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
codejoo9098 authored Oct 16, 2024
1 parent b349c35 commit 27b272e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Create Const
run: echo '${{ secrets.CONST }}' > ./app/src/main/java/com/juniori/puzzle/app/util/Const.kt

- name: Create GOOGLE_SERVICES_JSON
run: echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > ./app/google-services.json

# Build Debug App
- name: Build with Gradle
run: ./gradlew assembleDebug
Expand Down

0 comments on commit 27b272e

Please sign in to comment.