From Github Codespaces to Repository: Step-by-Step Setup
Introduction
Context
By default, Codespace is using the GITHUB_TOKEN env var (the “Codespaces token”), which can’t create repos.
It’s necessary to authenticate gh with a token/account that has the right scopes, or create the repo on the web first.
Ob...
blog.alexandrecalaca.com2 min read