Update gradle_build.yaml using jsdaniell/create-json@v1.2.2 for FB json
This commit is contained in:
13
.github/workflows/gradle_build.yaml
vendored
13
.github/workflows/gradle_build.yaml
vendored
@@ -15,11 +15,16 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Create google-services.json
|
||||
uses: cschleiden/replace-tokens@v1
|
||||
uses: jsdaniell/create-json@v1.2.2
|
||||
with:
|
||||
files: 'app/src/google-services.json'
|
||||
env:
|
||||
SECRET_TOKEN: ${{ secrets.FIREBASE_JSON }}
|
||||
name: "app/src/google-services.json"
|
||||
json: ${{ secrets.FIREBASE_JSON }}
|
||||
|
||||
# uses: cschleiden/replace-tokens@v1
|
||||
# with:
|
||||
# files: 'app/src/google-services.json'
|
||||
# env:
|
||||
# SECRET_TOKEN: ${{ secrets.FIREBASE_JSON }}
|
||||
|
||||
- name: set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
|
||||
Reference in New Issue
Block a user