Skip to content

Commit

Permalink
ensure android token works
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Mar 13, 2024
1 parent 829c664 commit ccf04d0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/bundle-deploy-eas-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccf04d0

Please sign in to comment.