cd: add other empty keys to .env

This commit is contained in:
Kingkor Roy Tirtho 2023-09-13 13:48:11 +06:00
parent 204932be9b
commit 2607e61551

View File

@ -18,9 +18,10 @@ jobs:
flutter precache flutter precache
flutter doctor -v flutter doctor -v
- run: - run: |
name: Add Spotify Keys echo "SPOTIFY_SECRETS=${SPOTIFY_SECRETS}" >> .env
command: echo "SPOTIFY_SECRETS=${SPOTIFY_SECRETS}" >> .env echo "SUPABASE_URL=" >> .env
echo "SUPABASE_API_KEY=" >> .env
- run: | - run: |
export PATH="$PATH:`pwd`/flutter/bin" export PATH="$PATH:`pwd`/flutter/bin"