Update android.yml with firebase key json
This commit is contained in:
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
@@ -13,6 +13,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Copy google-services.json
|
||||||
|
run:
|
||||||
|
mkdir -p app/src
|
||||||
|
echo "${{ secrets.firebase_json }}" > app/src/google-services.json
|
||||||
|
|
||||||
- name: set up JDK 17
|
- name: set up JDK 17
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user