Skip to content

Commit 4e29f25

Browse files
author
Jeff Yanta
committed
Setup GOOGLE_CLOUD_PROJECT_NUMBER secret
1 parent c43e0d1 commit 4e29f25

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-upload-android.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ jobs:
6767
- name: Setup BugSnag API Key
6868
run: echo BUGSNAG_API_KEY=\"${{ secrets.BUGSNAG_API_KEY }}\" > ./local.properties
6969

70+
- name: Setup Google Cloud Project Number
71+
run: echo GOOGLE_CLOUD_PROJECT_NUMBER=\"${{ secrets.GOOGLE_CLOUD_PROJECT_NUMBER }}\" >> ./local.properties
72+
7073
- name: Setup Kado API Key
7174
run: echo KADO_API_KEY=\"${{ secrets.KADO_API_KEY }}\" >> ./local.properties
7275

0 commit comments

Comments
 (0)