disable google-services-json
This commit is contained in:
@@ -60,11 +60,12 @@ jobs:
|
|||||||
|
|
||||||
- name: ✏️ Write environment variables
|
- name: ✏️ Write environment variables
|
||||||
run: |
|
run: |
|
||||||
export json='${{ secrets.GOOGLE_SERVICES_TOKEN }}'
|
cp google-services.json.example google-services.json
|
||||||
echo "${{ secrets.ENV_TOKEN }}" > .env
|
# export json='${{ secrets.GOOGLE_SERVICES_TOKEN }}'
|
||||||
echo "EXPO_PUBLIC_BUNDLE_IDENTIFIER=$(git rev-parse --short HEAD)" >> .env
|
# echo "${{ secrets.ENV_TOKEN }}" > .env
|
||||||
echo "EXPO_PUBLIC_BUNDLE_DATE=$(date -u +"%y%m%d%H")" >> .env
|
# echo "EXPO_PUBLIC_BUNDLE_IDENTIFIER=$(git rev-parse --short HEAD)" >> .env
|
||||||
echo "$json" > google-services.json
|
# echo "EXPO_PUBLIC_BUNDLE_DATE=$(date -u +"%y%m%d%H")" >> .env
|
||||||
|
# echo "$json" > google-services.json
|
||||||
|
|
||||||
- name: 🏗️ EAS Build
|
- name: 🏗️ EAS Build
|
||||||
run: yarn use-build-number-with-bump eas build -p android --profile ${{ inputs.profile || 'testflight-android' }} --local --output build.aab --non-interactive
|
run: yarn use-build-number-with-bump eas build -p android --profile ${{ inputs.profile || 'testflight-android' }} --local --output build.aab --non-interactive
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"client_info": {
|
"client_info": {
|
||||||
"mobilesdk_app_id": "1:123456789000:android:f1bf012572b04063",
|
"mobilesdk_app_id": "1:123456789000:android:f1bf012572b04063",
|
||||||
"android_client_info": {
|
"android_client_info": {
|
||||||
"package_name": "xyz.blueskyweb.app"
|
"package_name": "xyz.blueskyweb.app.fabric"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"oauth_client": [
|
"oauth_client": [
|
||||||
|
|||||||
Reference in New Issue
Block a user