File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 76
76
77
77
- name : Inject secrets into gradle.properties
78
78
run : |
79
- echo "BASE_URL =${{ secrets.BASE_URL }}" >> $GITHUB_WORKSPACE/android/gradle.properties
80
- echo "MOBILE_APP_KEY =${{ secrets.MOBILE_APP_KEY }}" >> $GITHUB_WORKSPACE/android/gradle.properties
81
- echo "MOBILE_APP_SECRET =${{ secrets.MOBILE_APP_SECRET }}" >> $GITHUB_WORKSPACE/android/gradle.properties
79
+ echo "base_url =${{ secrets.BASE_URL }}" >> $GITHUB_WORKSPACE/android/gradle.properties
80
+ echo "mobile_app_key =${{ secrets.MOBILE_APP_KEY }}" >> $GITHUB_WORKSPACE/android/gradle.properties
81
+ echo "mobile_app_secret =${{ secrets.MOBILE_APP_SECRET }}" >> $GITHUB_WORKSPACE/android/gradle.properties
82
82
83
83
# - name: Build bundle
84
84
# run: cd android && ./gradlew app:bundleRelease
You can’t perform that action at this time.
0 commit comments