You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see in the source code that no token are set.
Would it be possible to read optional token from env variable for example GITHUB_TOKEN. Or to be able to specify it via CLI, for example via --token?
For those interested, my current workaround it to use (this is based on some comments I found in a github issue, but I forgot to write down the author name, I adapted it to fix the deprecation warning):
Trying to use
nurl
on a private repository, I get an error:I see in the source code that no token are set.
Would it be possible to read optional token from env variable for example
GITHUB_TOKEN
. Or to be able to specify it via CLI, for example via--token
?For those interested, my current workaround it to use (this is based on some comments I found in a github issue, but I forgot to write down the author name, I adapted it to fix the deprecation warning):
Of course this just gives me the sha256, which is just what I need for now.
Have a nice day.
The text was updated successfully, but these errors were encountered: