Skip to content

Commit 831356c

Browse files
authored
Update Google services secret reference in CI workflow
1 parent b4be216 commit 831356c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
with:
3939
fileName: google-services.json
4040
fileDir: ./apps/flipcash/app/src
41-
encodedString: ${{ secrets.FLIPCASH2_GOOGLE_SERVICES_JSON }}
41+
encodedString: ${{ secrets.FLIPCASH2_GOOGLE_SERVICES }}
42+
4243

4344
- name: Setup BugSnag API Key
4445
run: echo BUGSNAG_API_KEY=\"${{ secrets.FLIPCASH_BUGSNAG_API_KEY }}\" > ./local.properties

0 commit comments

Comments
 (0)