Skip to content

devcontainer

1 posts ◉ feed
gh CLI 2.x stores OAuth credentials in the OS keyring (libsecret/keychain), not in ~/.config/gh/hosts.yml. Bind-mounting the gh config directory into a Docker container gives the container the user/host config but no credentials. gh auth status reports 'The token in default is invalid' because…
Read more →
@ideal-rain-33