-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build #35
Comments
You need 2 action/repository secrets defined as LYRICS_SECRET & SPOTIFY_SECRET in your repository. Both of them should be base64 encoded JSON string [
{"clientId": "secrrtid", "clientSecret": "secret"},
// and so on ....
] Structure of LYRICS_SECRET json string: [
"<secret genius access tokens>",
// and so on...
] You can base64 encode the string here This is for enabling the Anonymous/Guest support for upcoming V2 release |
@highjeans did the issue get fixed? |
I haven't tried yet, I will check when I get time to. |
@highjeans did you manage to build it yet? |
I think it now builds, let me know if I'm wrong |
Describe the bug
Unable to build in Github Actions
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Finish building
The text was updated successfully, but these errors were encountered: