File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,13 +69,13 @@ jobs:
6969 encodedString : ${{ secrets.UPLOAD_KEY_STORE }}
7070
7171 - name : Setup BugSnag API Key
72- run : echo BUGSNAG_API_KEY=\"${{ secrets.FLIPCASH_BUGSNAG_API_KEY }}\" > ./local.properties
72+ run : echo BUGSNAG_API_KEY=\"${{ secrets.FLIPCHAT_BUGSNAG_API_KEY }}\" > ./local.properties
7373
7474 - name : Setup Google Cloud Project Number
7575 run : echo GOOGLE_CLOUD_PROJECT_NUMBER=${{ secrets.GOOGLE_CLOUD_PROJECT_NUMBER }} >> ./local.properties
7676
7777 - name : Setup Mixpanel API Key
78- run : echo MIXPANEL_API_KEY=\"${{ secrets.FLIPCASH_MIXPANEL_API_KEY }}\" >> ./local.properties
78+ run : echo MIXPANEL_API_KEY=\"${{ secrets.FLIPCHAT_MIXPANEL_API_KEY }}\" >> ./local.properties
7979
8080 - name : Run tests
8181 run : bundle exec fastlane android flipcash_tests
You can’t perform that action at this time.
0 commit comments