diff --git a/.github/workflows/build-submit-ios.yml b/.github/workflows/build-submit-ios.yml index dd46f7b160..f33684d804 100644 --- a/.github/workflows/build-submit-ios.yml +++ b/.github/workflows/build-submit-ios.yml @@ -63,6 +63,11 @@ jobs: # change unless the yarn version changes as well. key: ${{ runner.os }}-pods-${{ hashFiles('yarn.lock') }} + - name: ✏️ Write environment variables + run: | + echo "${{ secrets.ENV_TOKEN }}" > .env + echo "${{ secrets.GOOGLE_SERVICES_TOKEN }}" > google-services.json + - name: 🏗️ EAS Build run: yarn use-build-number eas build -p ios --profile production --local --output build.ipa --non-interactive