Skip to content

Commit 8aa4eb9

Browse files
committed
add IOS_FIREBASE_KEY secret to env
1 parent 140c92a commit 8aa4eb9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/mobile-deploy-ios.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
env:
7575
IOS_PROFILE_KEY: ${{ secrets.IOS_PROFILE_KEY }}
7676
IOS_CERTIFICATE_KEY: ${{ secrets.IOS_CERTIFICATE_KEY }}
77+
IOS_FIREBASE_KEY: ${{ secrets.IOS_FIREBASE_KEY }}
7778

7879
- name: Build
7980
run: |

0 commit comments

Comments
 (0)