mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-09 00:37:31 +00:00
cd: add other empty keys to .env
This commit is contained in:
parent
204932be9b
commit
2607e61551
@ -18,9 +18,10 @@ jobs:
|
||||
flutter precache
|
||||
flutter doctor -v
|
||||
|
||||
- run:
|
||||
name: Add Spotify Keys
|
||||
command: echo "SPOTIFY_SECRETS=${SPOTIFY_SECRETS}" >> .env
|
||||
- run: |
|
||||
echo "SPOTIFY_SECRETS=${SPOTIFY_SECRETS}" >> .env
|
||||
echo "SUPABASE_URL=" >> .env
|
||||
echo "SUPABASE_API_KEY=" >> .env
|
||||
|
||||
- run: |
|
||||
export PATH="$PATH:`pwd`/flutter/bin"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user