As discussed into #107 the old anchor account is deprecated for new users.
So in this PR i've implemented the new login process using the spotify account. That can be activated setting the ANCHOR_LOGIN env variable to false.
By default that's set to true so up to now the anchor login remains the default one.
I've added to the yaml file the new secrets for running the action with SPOTIFY_EMAIL and SPOTIFY_PASSWORD, so here could be worth updating the action and .env docs too? I've already updated the .env.sample in this commit with the new env variables.
As discussed into #107 the old anchor account is deprecated for new users.
So in this PR i've implemented the new login process using the spotify account. That can be activated setting the
ANCHOR_LOGIN
env variable tofalse
.By default that's set to
true
so up to now the anchor login remains the default one.I've added to the yaml file the new secrets for running the action with
SPOTIFY_EMAIL
andSPOTIFY_PASSWORD
, so here could be worth updating the action and .env docs too? I've already updated the.env.sample
in this commit with the new env variables.Any opinion on this?