diff --git a/.github/workflows/bundle-deploy-eas-update.yml b/.github/workflows/bundle-deploy-eas-update.yml index 3e122faf6a..e08adb9b44 100644 --- a/.github/workflows/bundle-deploy-eas-update.yml +++ b/.github/workflows/bundle-deploy-eas-update.yml @@ -32,11 +32,11 @@ jobs: - name: 🔤 Compile Translations run: yarn intl:build -# - name: ✏️ Write environment variables -# run: | -# export json='${{ secrets.GOOGLE_SERVICES_TOKEN }}' -# echo "${{ secrets.ENV_TOKEN }}" > .env -# echo "$json" > google-services.json + - name: ✏️ Write environment variables + run: | + export json='${{ secrets.GOOGLE_SERVICES_TOKEN }}' + echo "${{ secrets.ENV_TOKEN }}" > .env + echo "$json" > google-services.json - name: 🏗️ Create Bundle run: yarn export