Skip to content

Commit

Permalink
Update deploy_to_playstore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcspeed committed May 27, 2021
1 parent be1fffc commit 50e050b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_to_playstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
- name: Create auth.dart
run: sh ./.github/scripts/create_auth_dart.sh
env:
- BASE_URL: ${{ secrets.AUTH_BASE_URL }}
- SENTRY_URL: ${{ secrets.AUTH_SENTRY_URL }}
- CONTENT_TOKEN: ${{ secrets.AUTH_CONTENT_TOKEN }}
- INIT_TOKEN: ${{ secrets.AUTH_INIT_TOKEN }}
BASE_URL: ${{ secrets.AUTH_BASE_URL }}
SENTRY_URL: ${{ secrets.AUTH_SENTRY_URL }}
CONTENT_TOKEN: ${{ secrets.AUTH_CONTENT_TOKEN }}
INIT_TOKEN: ${{ secrets.AUTH_INIT_TOKEN }}

- name: Get dependencies
run: flutter pub get
Expand Down

0 comments on commit 50e050b

Please sign in to comment.