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 wonder if we should remove the authentication from the URLs that we use as the remotes, and figure out an alternative way to authenticate the Git interactions.
Expected behaviour
Once I have set my access token using
export GITHUB_TOKEN=foo
I should not every see my access token displayed while running promote commandsActual behaviour
Access tokens are displayed within github urls in errors when using the
--debug
flag, e.g:Steps to Reproduce
Run a promote command which will fail with
--debug
set.There are two cases I have noticed the access token being surfaced:
The text was updated successfully, but these errors were encountered: