This repository has been archived by the owner on Mar 8, 2022. It is now read-only.
proposal: ability to provide credentials to download releases #190
Labels
enhancement
New feature or request
gofish can install private rigs as it uses the hosts git configuration
however to download the release itself it just does a simple http get request
could we support netrc files or similar?
gitlab needs an authorization header like the following
github needs something similar
"Authorization: token ${GITHUB_API_TOKEN}"
perhaps we could set both?
The text was updated successfully, but these errors were encountered: