Skip to content

Commit

Permalink
Add github action to create json.
Browse files Browse the repository at this point in the history
  • Loading branch information
nowakweronika committed Nov 14, 2023
1 parent 01692fb commit f6d1f13
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
with:
lfs: true

- name: create-json
id: create-json
uses: jsdaniell/[email protected]
with:
name: "app/google-services.json"
json: ${{ secrets.GOOGLE_SERVICES_JSON }}

- name: Add google-services.json
env:
GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON }}
Expand Down

0 comments on commit f6d1f13

Please sign in to comment.