Skip to content

Commit

Permalink
Fixed google services file
Browse files Browse the repository at this point in the history
  • Loading branch information
StarNumber12046 committed Sep 14, 2024
1 parent a3383a1 commit f39b484
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
node-version: "14"
cache: "yarn"
cache-dependency-path: "yarn.lock"
- name: 🔒 Decode google-services.json
run: echo "base64 --decode <<< '${{ secrets.GOOGLE_SERVICES_JSON }}'" > google-services.json
- uses: mskelton/setup-yarn@v1
- uses: actions/setup-java@v2
with:
Expand Down
1 change: 1 addition & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#000000"
},
"googleServicesFile": "./google-services.json",
"package": "com.rebeal"
},
"web": {
Expand Down

0 comments on commit f39b484

Please sign in to comment.