mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-09 08:47:31 +00:00
cd: directly echo secrets to .env file
This commit is contained in:
parent
8523d45907
commit
9293d34742
@ -19,8 +19,8 @@ jobs:
|
||||
flutter doctor -v
|
||||
|
||||
- run:
|
||||
name: Add .Env
|
||||
command: echo ${DOTENV} | base64 --decode >> .env
|
||||
name: Add Spotify Keys
|
||||
command: echo "SPOTIFY_SECRETS=${SPOTIFY_SECRETS}" >> .env
|
||||
|
||||
- run: |
|
||||
flutter config --enable-linux-desktop
|
||||
|
||||
Loading…
Reference in New Issue
Block a user