Finding the address to connect to
Open the terminal in your codespace.
Click the PORTS tab. This lists all of the ports you have forwarded.
Right-click the port you want to connect to and click Copy Local Address.
Paste the copied address somewhere for later use.
Finding the GITHUB_TOKEN
In the terminal in your codespace, enter
echo $GITHUB_TOKEN.The token is a string beginning
ghu_.Copy the token.
Don't share this access token with anyone.
