401 Bad credentials error upon install #108
Replies: 4 comments
|
@Mubspatel Can you retry with latest released version? |
0 replies
|
@xm1k3 could be this https://discord.com/channels/695645237418131507/1087452781918552094/1088163904347197440
|
0 replies
Answer selected by
ehsandeep
|
You're Tarun, The issue was occurring because of $GITHUB_TOKEN. Thanks for
the help, Tarun and Sandeep.
…On Thu, Mar 23, 2023 at 12:38 AM Tarun Koyalwar ***@***.***> wrote:
@xm1k3 <https://github.com/xm1k3> could be this
https://discord.com/channels/695645237418131507/1087452781918552094/1088163904347197440
i.e
@elkomy <https://github.com/elkomy> this happens because go-github
whenever available tries to use github token from GITHUB_TOKEN env variable
(to avoid ratelimits and stuff) . It looks like github token you use
currently is expired/revoked.
unset/remove $GITHUB_TOKEN or replace it with new token
—
Reply to this email directly, view it on GitHub
<#88 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKHQBJGQRJ776QY5NEVL32LW5NE3ZANCNFSM6AAAAAAVQH4DRU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


@xm1k3 could be this https://discord.com/channels/695645237418131507/1087452781918552094/1088163904347197440
i.e