mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-11 01:17:30 +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
|
flutter doctor -v
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Add .Env
|
name: Add Spotify Keys
|
||||||
command: echo ${DOTENV} | base64 --decode >> .env
|
command: echo "SPOTIFY_SECRETS=${SPOTIFY_SECRETS}" >> .env
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
flutter config --enable-linux-desktop
|
flutter config --enable-linux-desktop
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user