pojntfx / hydrapp

Build fast apps that run everywhere with Go and a browser engine of your choice.
Apache License 2.0
58 stars 0 forks source link

Improvement: push secrets to GitHub, instead of manual process as described in README #5

Open gedw99 opened 1 month ago

gedw99 commented 1 month ago

https://cli.github.com/manual/gh_secret_set should help ?

https://github.com/cli/cli is the code the docs refers to of course

pojntfx commented 3 weeks ago

This could be an interesting addition. Hydrapp doesn't integrate directly with proprietary services/APIs like GitHub, but adding the gh CLI commands necessary to use it to the README would be nice.