paranext / paranext-core

Electron client, extension host, and C# library for Paranext
https://paranext.github.io/paranext-core/
MIT License
17 stars 2 forks source link

Enable Platform.Bible to read downloaded resources #1240

Open katherinejensen00 opened 5 days ago

katherinejensen00 commented 5 days ago

User Story As a user, I want to see resources that I download through download resources so that I can easily access them in the resource viewer.

Description Make downloaded resources available/discoverable to the resource viewer

Implementation idea

irahopkinson commented 5 days ago

One option to deal with secrets is to use C#, i.e. developers would need to do this once:

dotnet user-secrets set "Paratext:ResourcePasswordHash" "..." 
dotnet user-secrets set "Paratext:ResourcePasswordBase64" "..."

and then on a production build these can be set as GitHub secrets that get pulled it at build time.