go-npm
go-npm copied to clipboard
Is it possible to add a token to the request for download private repository files?
For example, put in goBinary configuration
{ ... "goBinary": { "githubToken": "xxx" } ... }
And then, you can use this token when requst the binary file.
same issue
For example, put in goBinary configuration
{ ... "goBinary": { "githubToken": "xxx" } ... }
And then, you can use this token when requst the binary file.
Hello, you found solution?