write environment variables
This commit is contained in:
@@ -63,6 +63,11 @@ jobs:
|
|||||||
# change unless the yarn version changes as well.
|
# change unless the yarn version changes as well.
|
||||||
key: ${{ runner.os }}-pods-${{ hashFiles('yarn.lock') }}
|
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
|
- name: 🏗️ EAS Build
|
||||||
run: yarn use-build-number eas build -p ios --profile production --local --output build.ipa --non-interactive
|
run: yarn use-build-number eas build -p ios --profile production --local --output build.ipa --non-interactive
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user