Skip to content

Commit 33a489e

Browse files
author
Jeff Yanta
committed
Setup Kado API key in CI
1 parent 141a25d commit 33a489e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ jobs:
6666

6767
- name: Setup BugSnag API Key
6868
run: echo BUGSNAG_API_KEY=\"${{ secrets.BUGSNAG_API_KEY }}\" > ./local.properties
69-
69+
70+
- name: Setup Kado API Key
71+
run: echo KADO_API_KEY=\"${{ secrets.KADO_API_KEY }}\" >> ./local.properties
72+
7073
- name: Setup Mixpanel API Key
7174
run: echo MIXPANEL_API_KEY=\"${{ secrets.MIXPANEL_API_KEY }}\" >> ./local.properties
7275

.github/workflows/ci.yml

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

45+
- name: Setup Kado API Key
46+
run: echo KADO_API_KEY=\"${{ secrets.KADO_API_KEY }}\" >> ./local.properties
47+
4548
- name: Setup Mixpanel API Key
4649
run: echo MIXPANEL_API_KEY=\"${{ secrets.MIXPANEL_API_KEY }}\" >> ./local.properties
4750

0 commit comments

Comments
 (0)