diff --git a/.github/workflows/AndroidBuild.yml b/.github/workflows/AndroidBuild.yml index cb235ddf4..fefdfbda7 100644 --- a/.github/workflows/AndroidBuild.yml +++ b/.github/workflows/AndroidBuild.yml @@ -31,10 +31,10 @@ jobs: POWERSYNC_URL: ${{ secrets.POWERSYNC_URL }} TEST: "TEST_CI_VALUE" run: | - sed "s|SUPABASE_KEY|$SUPABASE_KEY|g;" secrets.defaults.properties > secrets.properties - sed "s|SERVICE_KEY|SERVICE_KEY|g;" secrets.defaults.properties > secrets.properties - sed "s|SUPABASE_URL|SUPABASE_URL|g;" secrets.defaults.properties > secrets.properties - sed "s|POWERSYNC_URL|POWERSYNC_URL|g;" secrets.defaults.properties > secrets.properties + sed "s|SUPABASE_KEY|$SUPABASE_KEY|g;" secrets.properties > secrets.defaults.properties + sed "s|SERVICE_KEY|$SERVICE_KEY|g;" secrets.properties > secrets.defaults.properties + sed "s|SUPABASE_URL|$SUPABASE_URL|g;" secrets.properties > secrets.defaults.properties + sed "s|POWERSYNC_URL|$POWERSYNC_URL|g;" secrets.properties > secrets.defaults.properties sed "s|TEST|TEST|g;" secrets.defaults.properties > secrets.properties