Skip to content
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

Closed
highjeans opened this issue Mar 23, 2022 · 5 comments
Closed

Unable to build #35

highjeans opened this issue Mar 23, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@highjeans
Copy link
Contributor

Describe the bug
Unable to build in Github Actions

To Reproduce
Steps to reproduce the behavior:

  1. Start workflow for building

Expected behavior
Finish building

@highjeans highjeans added the bug Something isn't working label Mar 23, 2022
@KRTirtho
Copy link
Owner

You need 2 action/repository secrets defined as LYRICS_SECRET & SPOTIFY_SECRET in your repository. Both of them should be base64 encoded JSON string
Structure of SPOTIFY_SECRET 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

@KRTirtho
Copy link
Owner

@highjeans did the issue get fixed?

@highjeans
Copy link
Contributor Author

I haven't tried yet, I will check when I get time to.

@KRTirtho
Copy link
Owner

@highjeans did you manage to build it yet?

@RaptaG
Copy link
Contributor

RaptaG commented Mar 10, 2023

I think it now builds, let me know if I'm wrong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants