Skip to content

Commit

Permalink
Add github actions job
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang-Seungmin committed Sep 17, 2022
1 parent 63614cf commit 83e9b0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: gradle

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

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 83e9b0b

Please sign in to comment.